Skip to content

Commit

Permalink
Remove obsolete docs deployment target, extend command comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Jan 17, 2024
1 parent 836010e commit 99c1cd4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 34 deletions.
52 changes: 26 additions & 26 deletions docs-source/differences_taskwarrior.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,32 +45,32 @@

### Command Comparison

TW Command | TL Command | Description & Differences
-----------|------------|---------------------------
[add] | add | Add a new task
annotate | note | Add a note / comment / annotation to a task
[append] | - | Append words to a task description
[calc] | - | Expression calculator
config | config | TL only displays it, TW allows modification
context | - | Manage contexts. TL uses tags instead.
[count] | count | Count the tasks matching a filter
delete | trash | Mark a task as deletable
denotate | unnote | Remove an annotation from a task
[done] | do | Complete a task
duplicate | duplicate | Clone an existing task
edit | edit | Launch your text editor to modify a task
execute | - | Execute an external command
[export] | ndjson | Export tasks in NDJSON instead of JSON format
help | help | Show high-level help, a cheat-sheet
import | import | Additionally to JSON supports Email files (.eml)
[log] | log | Record an already-completed task
logo | - | Show the Taskwarrior logo
[modify] | - | Modify one or more tasks
[prepend] | - | Prepend words to a task description
purge | delete | Completely remove task, rather than just change status
start | start | Start working on a task, make active
stop | stop | Stop working on a task, no longer active
[synchronize]| - | Syncs tasks with Taskserver
TaskWarrior | TaskLite | Description & Differences
-------------|------------|--------------------------
[add] | add | Add a new task
annotate | note | Add a note / comment / annotation to a task
[append] | - (edit) | Append words to a task description
[calc] | - | Expression calculator
config | config | TL only displays it, TW allows modification
context | - | Manage contexts. TL uses tags instead.
[count] | count | Count the tasks matching a filter
delete | trash | Mark a task as deletable
denotate | unnote | Remove an annotation from a task
[done] | do | Complete a task
duplicate | duplicate | Clone an existing task
edit | edit | Launch your text editor to modify a task
execute | - | Execute an external command
[export] | ndjson | Export tasks in NDJSON instead of JSON format
help | help | Show high-level help, a cheat-sheet
import | import | Additionally to JSON supports Email files (.eml)
[log] | log | Record an already-completed task
logo | - | Show the Taskwarrior logo
[modify] | - (edit) | Modify one or more tasks
[prepend] | - (edit) | Prepend words to a task description
purge | delete | Completely remove task, rather than just change status
start | start | Start working on a task, make active
stop | stop | Stop working on a task, no longer active
[synchronize]| - | Syncs tasks with Taskserver
undo | - | Revert last change
version | version | Version details and copyright
active | - | Started tasks
Expand Down
8 changes: 0 additions & 8 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,6 @@ deploy: fly.toml
fly deploy


.PHONY: deploy-docs
deploy-docs: docs
netlify deploy \
--dir=docs \
--site=fc1a2240-e6d5-425a-ad02-35b59925a94b \
--prod


.PHONY: docker-build
docker-build:
# Make sure to have at least 8 GB RAM allocated for the Docker Engine
Expand Down

0 comments on commit 99c1cd4

Please sign in to comment.