Skip to content
Merged
Show file tree
Hide file tree
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
16 changes: 12 additions & 4 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@

# Change Log
All notable changes to this project will be documented in this file.
## [v2.0]

## [v2.1]
### Upcoming changes:
- Language will be changed to golang
- Same features as the version 1.0 will be released.
- introduce editing tasks, you can edit task description/name using edit command
- ability to delete all tasks at once, also exporting them into a file.
- auto installation for this task


## [v2.0]
- Language will be changed to Golang
- Same features as the version 1.0 released.
- sqlite database included, it now uese sqlite database.

~~- introduce editing tasks. a new function that can be invoked to edit a task by ints ID.~~
~~- auto installation, the classic Curl + bash installation format.~~

Expand Down
14 changes: 11 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# RTM
![alt text](https://cdn.dribbble.com/users/32384/screenshots/3225544/media/3492fc2c4ca08e9cfcbf94c065c596fa.png)
### royall task management
With this tool you can add tasks and update them, easily in your Linux bash terminal.
With this tool you can add tasks and update them, easily in your Linux/Windows terminal.
there are two simple status for each task, **TODO** and **DONE** .
You can delete tasks by their ID, editing tasks are not supported yet, it is planned for the next stable release.
this tool is built for **Bash** environtment and requests the minimum to be functional.
> do not forget to add rtm.sh as a executable in you system **$PATH**
this tool is built for **CLI** environtment and requests the minimum to be functional.

## Build
to build and use this applications, easliy:
- Clone source code
- Build with `go build -o rtm main.go `
- Output binary is the target binary, you can put it in you **USER** path.

## Info
This application uses sqlite to store tasks for each user, you can find the db file in you ~/.RTM/gorm.db


## Commands:
Expand Down