/todo-bash

Create, edit, save & delete to-do lists from your terminal!

Primary LanguageShell

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