issues
search
PDWhittington
/
todo
A small tool that creates or retrieves a markdown todo list for a given day, using a template
GNU General Public License v3.0
1
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add polite notice if user types todo status. They should type git status
#225
PDWhittington
opened
1 year ago
0
Provide option to turn-off the Special Date Naming in the config
#224
PDWhittington
opened
1 year ago
0
Create colour helper for the Console and use colour in messages back to the user
#223
PDWhittington
opened
1 year ago
0
Todo archive and unarchive fails silently if there is no file to move.
#222
PDWhittington
opened
1 year ago
0
When a command is interpreted, tell the user in the feedback what other command names do the same thing (e.g. s/sync)
#221
PDWhittington
opened
1 year ago
0
Should have a status command which gives a git status
#220
PDWhittington
opened
1 year ago
0
Should fail gracefully when command doesn't exist or is expressed wrongly
#219
PDWhittington
opened
1 year ago
0
Command to render todolist as a Png (from Html) and then put on clipboard for easy sending on Whatsapp -- even better, a PDF or HTML. Maybe the format should be a switch
#218
PDWhittington
opened
1 year ago
0
Dark mode for the screen html (leave print css unaffected). Screen-specific CSS
#217
PDWhittington
opened
1 year ago
0
Currently the archive command fails silently if the archive folder already includes a file of the large name.
#216
PDWhittington
opened
2 years ago
1
Adding MacOS setting
#215
PDWhittington
closed
2 years ago
0
Adding the word config to the ShowSettingsCommandFactory
#214
PDWhittington
closed
2 years ago
0
Change wording about .Net 6.0 framework in the readme file
#213
PDWhittington
closed
2 years ago
0
Output to the Console on a separate thread
#212
PDWhittington
closed
2 years ago
0
Check that we can add a path in the config for text editor in the MacOS case
#211
PDWhittington
closed
2 years ago
0
Create publish-osx-arm64.sh
#210
PDWhittington
closed
2 years ago
0
Add script to compile on MacOS Arm64
#209
PDWhittington
closed
2 years ago
0
Add in the config a way of disabling individual commands.
#208
PDWhittington
opened
2 years ago
0
If non-todo files are staged (either already added or because of a rename), we may not want them being pushed up when we do a commit/push/sync. So we should un-stage, keep a track of which ones are unstaged, do the sync and then re-stage
#207
PDWhittington
opened
2 years ago
0
In addition to rebase-pulling, have a command which stashes the working tree, does the rebase-pull and then pops the stash. This should re-use code from sync, obviously
#206
PDWhittington
opened
2 years ago
0
Switch in config to set whether a topic todo list has lower case letters even if the name of the list (given in the file) is mixed case.
#205
PDWhittington
opened
2 years ago
1
Using latest syntax of is / is not null
#204
PDWhittington
closed
2 years ago
0
Have a config switch to enable auto-ligatures
#203
PDWhittington
opened
2 years ago
0
Switch to automatically escape markdown characters so we can do stuff like xml tags easily. Or "C#"!!
#202
PDWhittington
opened
2 years ago
0
Observed issue with list command where .html is included and then parsed as a topic file. Needs to be .md only with correct parsing.
#201
PDWhittington
opened
2 years ago
0
Convert == null to is null and != null to is not null.
#200
PDWhittington
closed
2 years ago
0
Write a shell script which does a curl from the git zip location (i.e. doesn't clone), unzips the code, builds and installs it.
#199
PDWhittington
opened
2 years ago
0
Include recommended vscode workspace (autosave settings etc)
#198
PDWhittington
opened
2 years ago
0
Include a script which pulls down the zip from GitHub, extracts it and build with no git present on local machine.
#197
PDWhittington
opened
2 years ago
0
Switch to remove surplus carriage returns between bullets and replace them with <br/> to aid formatting
#196
PDWhittington
opened
2 years ago
0
Go through the codebase and see what is ripe for async/ await.
#195
PDWhittington
opened
2 years ago
1
Add a help page for the config file structure.
#194
PDWhittington
opened
2 years ago
0
Switch to add git and file info into file when it's printed to html
#193
PDWhittington
opened
2 years ago
1
Change template for topic lists so that it has just the name of the title, and not prefixed by "Todo list for"
#192
PDWhittington
opened
2 years ago
0
Add a switch to do a fetch and alert to new commits.
#191
PDWhittington
opened
2 years ago
0
Add an optional forthcoming folder
#190
PDWhittington
opened
2 years ago
1
Change read me
#189
PDWhittington
closed
2 years ago
0
Add switch in config that maps sync->commit and push->no-op -- I.e. stops it trying to push to remote.
#188
PDWhittington
opened
2 years ago
1
Use GitVersion.MSBuild to automatically populate the exe with version and commit info.
#187
PDWhittington
opened
2 years ago
1
Put a placeholder string in commithash if no git repo is detected when building.
#186
PDWhittington
opened
2 years ago
0
Make OutputWriter write to Console on another thread.
#185
PDWhittington
closed
2 years ago
0
work on templates
#184
PDWhittington
opened
2 years ago
0
Opening "xxx" in a browser should specify the executable being invoked. e.g. "opening in chrome.exe"
#183
PDWhittington
opened
2 years ago
0
Unknown command throws an exception gracelessly -- it should say "unknown command -- please run todo help"
#182
PDWhittington
opened
2 years ago
0
Renaming BrowserLaunch as BrowserPath in the config
#181
PDWhittington
closed
2 years ago
0
In the config and associated classes, rename BrowserLaunch as BrowserPath to be consistent with TextEditorPath
#180
PDWhittington
closed
2 years ago
0
Add the keyword "config" to the settings command factory
#179
PDWhittington
closed
2 years ago
0
Add a config switch which parses a todo list for a comment used as a tag and then sets the cursor to just before that position when opening in the text editor
#178
PDWhittington
opened
2 years ago
1
Put in the headings. Involves change of enum which filters everywhere.
#177
PDWhittington
closed
2 years ago
0
Use folder creator in GitMoveCommand
#176
PDWhittington
closed
2 years ago
0
Next