Commit Graph

94 Commits

Author SHA1 Message Date
fiplox 1346861423 update README 2021-09-21 23:12:14 +02:00
fiplox a4ccd013f8 make tests work properly
Set "echo" as EDITOR while running tests.
2021-05-31 23:39:09 +02:00
fiplox 803748d956 show category takes optional name argument
This way it follows logic of other subcommands.
2021-05-31 23:04:27 +02:00
fiplox 1e4fb62369 list taken name only if category flag is given 2021-05-31 22:55:32 +02:00
fiplox 536624480a search by word with word as an argument
And error if no files with a given word found.
2021-05-31 21:11:04 +02:00
fiplox beaa8a8119 get category name for "list" without prompt (from arg) 2021-05-31 20:53:07 +02:00
fiplox 56c4ed9011 organize removes
Move removes close to each other. Remove category check if directory
exists, else it gives an error message before trying to delete.
2021-05-31 20:36:49 +02:00
fiplox e87e50cfc6 rework of remove
add remove category, no prompt for deleting a note, if rnote finds notes
with the same name, it prompts which one to delete. Flags of remove
subcommand now take name as argument.
2021-05-31 18:49:26 +02:00
fiplox 9430b40cf3 rename "wipe_date" by "remove_by_date" 2021-05-31 18:07:44 +02:00
fiplox ae702b76cf message to set EDITOR too 2021-05-31 18:04:22 +02:00
fiplox 438835862f replace "header" by "name" 2021-05-31 18:03:00 +02:00
fiplox b717d6a832 category prompt when creating new note 2021-05-31 18:00:34 +02:00
fiplox 48f04ab3d6 rm alias for remove 2021-05-31 17:59:32 +02:00
fiplox 07a460d875 typo 2021-05-31 17:58:39 +02:00
fiplox b8df717133 update dependencies 2021-05-31 17:58:05 +02:00
Volodymyr Patuta f9fc6ea5f7 Merge branch 'main' of framagit.org:fiplox/rnote 2021-02-11 12:41:56 +01:00
Volodymyr Patuta 4914007165 add header to a note with title, author and date 2021-02-11 12:41:43 +01:00
Volodymyr Patuta 9260220e62 Update app.rs -> version 0.1.1 2021-01-25 21:39:31 +01:00
Volodymyr Patuta 53dd74a68d Update Cargo.toml -> version 0.1.1 2021-01-25 21:38:25 +01:00
Volodymyr Patuta 3b30f116cc check if there is notes before show 2021-01-18 15:14:12 +01:00
Volodymyr Patuta aa7924e693 colors 2020-12-19 21:15:34 +01:00
Volodymyr Patuta 88803b8290 Update LICENSE 2020-12-19 20:01:42 +01:00
Volodymyr Patuta b65f03b9d9 Merge branch 'readme' into 'main'
Update README.md

See merge request paris8-rust/rnote!11
2020-12-12 18:03:12 +01:00
Volodymyr Patuta 9e9336624c v0.1.0, pretty usable 2020-12-12 18:02:15 +01:00
Volodymyr Patuta dc15b9bf72 Update README.md 2020-12-12 17:59:40 +01:00
Volodymyr Patuta 5d18ed181a prompt for show 2020-12-12 17:54:52 +01:00
Volodymyr Patuta 3ede77cdf5 dots 2020-12-12 17:47:10 +01:00
Volodymyr Patuta 97d0141f05 Update README.md 2020-12-12 17:26:39 +01:00
Volodymyr Patuta 5e518c3366 Merge branch 'rework' into 'main'
Rework

See merge request paris8-rust/rnote!10
2020-12-12 16:56:07 +01:00
Volodymyr Patuta 70e9d3bbe6 tests 2020-12-12 16:52:24 +01:00
Volodymyr Patuta 872075bace not hidden folder 2020-12-12 16:08:00 +01:00
Volodymyr Patuta 64817d4bfa example of XDG_DATA_HOME 2020-12-12 16:01:40 +01:00
Volodymyr Patuta 1e4b9144d5 added conflicts to args 2020-12-12 15:57:08 +01:00
Volodymyr Patuta e628292d54 revert show_all and show_category 2020-12-12 15:53:02 +01:00
Volodymyr Patuta 70502677b0 show only rnote root path 2020-12-12 15:39:26 +01:00
Volodymyr Patuta 045e65c170 tests + input split 2020-12-12 14:06:59 +01:00
Volodymyr Patuta 81be618072 Merge branch 'doc' into 'main'
documentation

See merge request paris8-rust/rnote!9
2020-12-03 12:51:51 +01:00
Volodymyr Patuta 818e9eb5ae documentation 2020-12-03 11:43:08 +01:00
Volodymyr Patuta 964e420f96 Merge branch 'delete-date' into 'main'
remove all notes created at given date

See merge request paris8-rust/rnote!8
2020-12-03 11:42:38 +01:00
Volodymyr Patuta 1a4153fa6b update 2020-12-03 11:14:29 +01:00
Volodymyr Patuta 7c98a28dba unused import 2020-12-03 11:12:31 +01:00
Volodymyr Patuta f5df03fe4b remove all notes created at given date 2020-12-03 11:10:41 +01:00
Volodymyr Patuta fce453c53a Merge branch 'perm' into 'main'
set permission to 700 for directories

See merge request paris8-rust/rnote!7
2020-12-03 09:32:33 +01:00
Volodymyr Patuta 6f0a057cd0 update 2020-12-01 21:13:35 +01:00
Volodymyr Patuta b5916e1d05 set permission to 700 for directories 2020-12-01 21:09:32 +01:00
Volodymyr Patuta 2d9a3541a0 update 2020-12-01 11:22:43 +01:00
Volodymyr Patuta 2725aca8de check 2020-11-30 17:35:57 +01:00
Volodymyr Patuta 9e5f0a3b74 Merge branch 'panic' into 'main'
panic => delete all notes

See merge request paris8-rust/rnote!6
2020-11-30 17:27:59 +01:00
Volodymyr Patuta f70c3cdd43 panic => delete all notes 2020-11-30 17:24:55 +01:00
Volodymyr Patuta f5ad8b3185 Merge branch 'perm' into 'main'
set permission to 600

See merge request paris8-rust/rnote!5
2020-11-30 17:13:05 +01:00