Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 574 Bytes

File metadata and controls

18 lines (18 loc) · 574 Bytes

todo - keep tasks for you

todo – eternal todo system

  • todo → list active tasks
  • todo add → add new task
  • todo done → mark complete + reward
  • todo list → same as just "todo"
  • todo audit → olis completed tasks

Configuration

What you need

  • perl has to be installed

Try this or something similar in your system

  • sudo dnf install perl

Make it executable

  • chmod +x todo

Make it useable anywhere

Either of these 2 options

  • sudo cp todo /usr/local/bin
  • mkdir ~/bin && cp ~/bin