Skip to content
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Features:
- `note` command -- edit a **full markdown note** for each task. **Checklists are useful here.**
- `open` command -- **open URLs found in specified task** (including notes) in the browser
- zsh/bash completion (including tags and projects in current context) for speed; PowerShell completion on Windows
- nushell/fish completion
- A single statically-linked binary
- [import tool](doc/dstask-import.md) which can import GitHub issues or taskwarrior tasks.

Expand Down Expand Up @@ -112,6 +113,7 @@ Requirements:
- Bash: add `source <(dstask bash-completion)` to your `.bashrc`.
- Zsh: add `dstask zsh-completion > /usr/local/share/zsh/site-functions/_dstask` or source `completions/zsh.sh` in your `~/.zshrc`.
- Nushell: run `dstask nushell-completion | save -f ~/.config/nushell/completions/dstask.nu` then add `source ~/.config/nushell/completions/dstask.nu` to your `config.nu`.
- Fish: add `dstask fish-completion | source` to your `~/.config/fish/config.fish`
- PowerShell (Windows): see section "PowerShell completion" below.
1. Set up an alias in your `.bashrc`: `alias task=dstask` or `alias t=dstask` to make task management slightly faster.
1. Create or clone a `~/.dstask` git repository for the data, if you haven't already:
Expand Down