stup
stup copied to clipboard
Daily notes in the terminal :penguin:
In some cases, e.g. on Mondays, there might not be entries for the last calendar day, but there would probably be entries for the latest working day (in this example...
When on Monday, while not having worked on the weekend, I would like to be able to run `stup show` and see what I noted on Friday.
As mentioned by @hedythedev in #2 this adds a completion script for the fish shell. The category file location is read from `$HOME/config/`, else it defaults to `$HOME/stup`. One small...
Given the following structure, I thought it’d be useful to show the commands similarly in `usage`. However, this would make it rather odd & difficult when showing help for a...
Is this correct output? ``` pon, 9 lis 2020, 16:29:04 CET [38;5;248mDisplaying notes from(B[m [32mponiedziałek listopada 02, 2020(B[m [38;5;248mto(B[m [32mniedziela listopada 08, 2020(B[m Date: [1m[32mponiedziałek listopada 02, 2020(B[m(B[m Category: [33mplany(B[m...
Add bash completion related to the following contexts. - command selection - category names
Ability to move all notes from one category to another and delete the old category. This is similar to `copy`, but spans all notes & deletes the category, and to...
Hi, just tried with macOS 10.15.4. If you install `coreutils` such as `brew install coreutils` then you'll have `gprintf`, `gdate` and `greadlink`... - replace all `printf` with `gprintf` but do...