fikri v0.0.1

Simple CLI To-Do App written in Crystal

Fikri

Fikri: Simple CLI To-Do App written in Crystal.

Installation

From Source

git clone https://github.com/askn/fikri.git && cd fikri
crystal build src/fikri.cr --release

OS X

brew tap askn/fikri
brew install fikri

Usage

Fikri has a very simple interface to manage your project.

Add TODO list to your project.

Fikri creates a TODO file and manage your tasks, share with your code collaborators.

fikri init

will initialize a .todos.yml file into your project.

Adding a task

To add a task, you need to pass -a parameter.

fikri -a "Buy some eggs."

Toggling a task

You can switch a task to undone or done.

fikri -t 1

Listin all tasks

To see the status of the tasks, use -l option.

fikri -l

Roadmap

  • Add TODO: .* search feature in tasks.
  • Add GitHub issue sync feature.

Contributing

  1. Fork it ( https://github.com/askn/fikri/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • askn Aşkın Gedik - creator, maintainer
Repository

fikri

Owner
Statistic
  • 41
  • 3
  • 2
  • 0
  • 0
  • about 7 years ago
  • November 2, 2015
License

MIT License

Links
Synced at

Sat, 04 May 2024 00:10:39 GMT

Languages