knowns 0.2.1 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="images/cover.png" alt="Knowns - Task & Documentation Management" width="100%">
2
+ <img src="images/cover.jpeg" alt="Knowns - Task & Documentation Management" width="100%">
3
3
  </p>
4
4
 
5
5
  <h1 align="center">Knowns</h1>
@@ -109,12 +109,12 @@ knowns browser # Open Web UI
109
109
  # Tasks
110
110
  knowns task create "Title" -d "Description" --ac "Criterion"
111
111
  knowns task list --plain
112
- knowns task view <id> --plain
112
+ knowns task <id> --plain # View task (shorthand)
113
113
  knowns task edit <id> -s in-progress -a @me
114
114
 
115
115
  # Documentation
116
116
  knowns doc create "Title" -d "Description" -f "folder"
117
- knowns doc view "doc-name" --plain
117
+ knowns doc "doc-name" --plain # View doc (shorthand)
118
118
 
119
119
  # Time & Search
120
120
  knowns time start <id> && knowns time stop