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.
|
|
# Todoman
`todoman` is a todolist you can use in your terminal.You can sync it using [vdirsyncer](vdirsyncer.md)
## Setup
### Arch-Linux
- `pacman -S todoman` - Install needed packages
### Configuration
- Edit the `~/.config/todoman/todoman.conf` - Insert the following lines
```txt[main]path = ~/.local/share/pim/calendars/*/*date_format = %d.%m.%Ytime_format = %H:%Mdefault_list = personal```
Replace `personal` with your choice of primary list and`~/.local/share/pim/calendars/*/*` with the path to your calendars.
|