Skip to content

Commit

Permalink
Feat/export-command (#12)
Browse files Browse the repository at this point in the history
* Go migration (#8)

* added some feature (#2) (#6)

This is a basic MR

* Dev (#7)

changelog approved.

* initial commit for golang migration

* add commandline parsers

* db connectors created

* update: readme

* final: push for effect, migration done

* fix: check workflow

---------

Co-authored-by: sina.behmanesh <[email protected]>

* Go migration (#10)

* added some feature (#2) (#6)

This is a basic MR

* Dev (#7)

changelog approved.

* initial commit for golang migration

* add commandline parsers

* db connectors created

* update: readme

* final: push for effect, migration done

* fix: check workflow

* update: readme updated, final push for v2.0

---------

Co-authored-by: sina.behmanesh <[email protected]>

* update: readme.me

---------

Co-authored-by: sina.behmanesh <[email protected]>
  • Loading branch information
sinabehmanesh and sina.behmanesh authored Aug 1, 2024
1 parent 33c51be commit 908837d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,15 @@ you can list tasks and ids using command **rtm status**.
this feature will be modified in future releases.
> rtm done 1
### Delete
you can easily delete tasks by their ID, just get the latest status using status command and then try **rtm del ID**.
both del and rm can be used, this will run a delete query on the table.


### Export
If you ever wanted to have a backup of you work, you can run **rtm export**.
this command will create a backup from your current work status in the config directory.
it also appends a date to the file name so the file can be recognized.


Do not forget to write feedback!

0 comments on commit 908837d

Please sign in to comment.