Popularity
6.8
Declining
Activity
0.0
Stable
41
4
3
Programming language: Crystal
License: MIT License
Tags:
Services And Apps
fikri alternatives and similar shards
Based on the "Services and Apps" category.
Alternatively, view fikri alternatives based on common mentions on social networks and blogs.
-
Crystal [ANN]
Web site to announce new Crystal projects, blog posts, updates and other work activities -
crystalshards.herokuapp.com
🤖 Watch and hear macOS robots argue live in your terminal 🤖 -
JSON to Crystal
Paste in a JSON object and get Crystal mappings in response -
quicktype
Generate models and serializers from JSON, JSON Schema, GraphQL, and TypeScript
Build time-series-based applications quickly and at scale.
InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
Promo
www.influxdata.com
Do you think we are missing an alternative of fikri or a related project?
Popular Comparisons
README
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
- Fork it ( https://github.com/askn/fikri/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- askn Aşkın Gedik - creator, maintainer