Add README
Adds an in-progress readme
This commit is contained in:
parent
6a0c697a05
commit
a37d0e9272
1 changed files with 40 additions and 0 deletions
40
README.md
Normal file
40
README.md
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
# Topen - super simple taskwarrior note editing
|
||||
|
||||
A script without bells and whistles.
|
||||
Focuses on letting you quickly:
|
||||
|
||||
- create notes for taskwarrior tasks
|
||||
- edit notes for taskwarrior tasks
|
||||
|
||||
Does both by simply being invoked with `topen <task-id>`.
|
||||
|
||||
Automatically appends a small 'Note' annotation to your task so you know you have notes.
|
||||
|
||||
<!-- TODO: Implement configuration options -->
|
||||
Should just work as-is without additional configuration in most taskwarrior setups.
|
||||
But can be configured through environment variables or cli options, see below.
|
||||
|
||||
Can be used as-is or directly from taskwarrior by being aliased:
|
||||
|
||||
```conf
|
||||
alias.note=exec topen
|
||||
```
|
||||
|
||||
And you can open any note with your usual taskwarrior workflow,
|
||||
by doing `task note <id>`.
|
||||
|
||||
That's all there is to it.
|
||||
|
||||
## Configuration
|
||||
|
||||
<!-- TODO: Stub section -->
|
||||
|
||||
`TOPEN_DIR`
|
||||
|
||||
`TOPEN_EXT`
|
||||
|
||||
`TASKRC`
|
||||
|
||||
`TASK_DATA`
|
||||
|
||||
`TOPEN_ANNOT`
|
||||
Loading…
Add table
Add a link
Reference in a new issue