These are some guides for various use.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
536 B

  1. # Todoman
  2. `todoman` is a todolist you can use in your terminal.
  3. You can sync it using [vdirsyncer](vdirsyncer.md)
  4. ## Setup
  5. ### Arch-Linux
  6. - `pacman -S todoman` - Install needed packages
  7. ### Configuration
  8. - Edit the `~/.config/todoman/todoman.conf`
  9. - Insert the following lines
  10. ```txt
  11. [main]
  12. path = ~/.local/share/pim/calendars/*/*
  13. date_format = %d.%m.%Y
  14. time_format = %H:%M
  15. default_list = personal
  16. ```
  17. Replace `personal` with your choice of primary list and
  18. `~/.local/share/pim/calendars/*/*` with the path to your calendars.