gomo
gomo copied to clipboard
Support interactive mode
I'll support interactive mode for improving the user experience
When you create a new memo ...
- Open the prompt for receiving the user's input (on a temp file)
- There are three types of prompt
- Title
- Content
- Tag (each tag is separated by comma)
- Can either save or cancel
- An user can edit the specific memo with same way
Also, user can search the memo by title or content interactively
- I'll add new command "search" for searching a specific memo
-
gomo search
will open an one line prompt for querying the search text- Surely,
gomo search [some text]
is also possible. It will return a list directly to terminal
- Surely,
- The list below prompt being changed according to search text in realtime
- An user can delete a searched memo on additional
[yes | no]
prompt with specific key-binding- This will applied to
gomo list
too
- This will applied to
- An user can delete a searched memo on additional