Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

docs: add tips #129

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ If none of the above options work you can build taskell using [Stack](https://do
#### Tips

- If you're using a simple two-column "To Do" and "Done" then use the space bar to mark an item as complete while staying in the "To Do" list. If you're using a more complicated column setup then you will want to use `H`/`L` to move tasks between columns.
- Add this alias to your shell configuration to use always the same file.
```
alias t='taskell ${HOME}/taskell.md'
```

### Storage

Expand Down