Skip to content

lyyka/todo-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages