Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 809 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 809 Bytes

To-do bash

✨ Features

  • Add new item with ^K
  • Edit current item with e
  • Save items with ^S
  • View all available commands with ^E
  • Select item with arrow keys Up / Down
  • Mark item as completed with Enter
  • Delete item from the lsit with Delete / Backspace

🚀 Running the app

bash ./todo-bash.sh

When saving, script will create separate file in script directory with the name of *_todo_bash.data. This file holds save data that will be loaded on next script run.

🐱‍👤 Pending implementation

  • Multiple save files. Choose where to save/load lists

📚 Sources used