stup icon indicating copy to clipboard operation
stup copied to clipboard

Daily notes in the terminal :penguin:

Results 17 stup issues
Sort by recently updated
recently updated
newest added

```bash $ stup add -n 'Multi quote> line quote> note' Successfully added 1 notes in category personal for Friday May 01, 2020 ``` ```bash $ stup add -n 'Single line...

Improvement

It would be great to manage some notes (e.g. for a project) in a separate root directory to prevent them from mixing into the other notes (and the other way...

new feature

Users should be able to export notes with something like ```bash stup export --from "2020-04-15" --to "2020-05-18" --output ./report.md ``` and get a markdown file named `report.md` with contents like...

new feature

Ensure green shellcheck

testing
Improvement

Users should be able to execute something like: ```bash stup locate @ 2020-04-27 # or stup locate today # or stup locate today -c "meetings" ``` and retrieve a list...

new feature

https://github.com/iridakos/stup/blob/955e24cdbceb429f95b4ee0df4cdb609e3f2e1b7/stup#L1671 Should be: `printf "\n%15s %s" "previous-year" "Alias to list the notes of previous-year"` https://github.com/iridakos/stup/blob/955e24cdbceb429f95b4ee0df4cdb609e3f2e1b7/stup#L1711 Should be ` printf "\n%15s %s" "previous-year" "Alias to search the notes of previous-year"` Example...