Description
Almost everyday I found myself tumbling down the rabbit hole of distraction on the internet. Sometimes writing things down provides me with clarity and help me efficiently navigate through the daily clutter. This phenomenon can be explained by a behavioral psychology theory of "Commitment and Consistency". gftd tries to help you leverage its power to your benefit.
gftd alternatives and similar packages
Based on the "Command Line" category.
Alternatively, view gftd alternatives based on common mentions on social networks and blogs.
-
urfave/cli
A simple, fast, and fun package for building command line apps in Go -
Rich Interactive Widgets for Terminal UIs
Terminal UI library with rich, interactive widgets — written in Golang -
elvish
Elvish = Expressive Programming Language + Versatile Interactive Shell -
go-prompt
Building powerful interactive prompts in Go, inspired by python-prompt-toolkit. -
tcell
Tcell is an alternate terminal package, similar in some ways to termbox, but better in others. -
survey
A golang library for building interactive and accessible prompts with full support for windows and posix terminals. -
pterm
✨ #PTerm is a modern Go module to easily beautify console output. Featuring charts, progressbars, tables, trees, text input, select menus and much more 🚀 It's completely configurable and 100% cross-platform compatible. -
cointop
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀 -
progressbar
A really basic thread-safe progress bar for Golang applications -
The Platinum Searcher
A code search tool similar to ack and the_silver_searcher(ag). It supports multi platforms and multi encodings. -
pflag
Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. -
readline
Readline is a pure go(golang) implementation for GNU-Readline kind library -
asciigraph
Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies. -
Git Town
Git workflow automation to keep branches in sync and reduce merge conflicts. -
dotenv-linter
⚡️Lightning-fast linter for .env files. Written in Rust 🦀 -
CLI Color
🎨 Terminal color rendering library, support 8/16 colors, 256 colors, RGB color rendering output, support Print/Sprintf methods, compatible with Windows. GO CLI 控制台颜色渲染工具库,支持16色,256色,RGB色彩渲染输出,使用类似于 Print/Sprintf,兼容并支持 Windows 环境的色彩渲染 -
flaggy
Idiomatic Go input parsing with subcommands, positional values, and flags at any position. No required project or package layout and no external dependencies. -
uitable
A go library to improve readability in terminal apps using tabular data
Collect and Analyze Billions of Data Points in Real Time
Do you think we are missing an alternative of gftd or a related project?
Popular Comparisons
README
gftd: Goal For The Day
__ _ _
__ _ / _| |_ __| |
/ _ | |_| __/ _ |
| (_| | _| || (_| |
\__/ |_| \__\____|
|___/
Motivation
Almost everyday I found myself tumbling down the rabbit hole of distraction on the internet. Sometimes writing things down provides me with clarity and help me efficiently navigate through the daily clutter. This phenomenon can be explained by a behavioral psychology theory of "Commitment and Consistency" which can be summarized as:
Once a stand is taken, there is a natural tendency to behave in ways that are stubbornly consistent with the stand. - Robert B. Cialdini, Influence
Write down what you want to do, what you have to get done.
Let the "Commitment and Consistency" bias take over.
Installation
You will need to install Go and setup a workspace using the standard procedure. If you have Go installed on your system:
$ go get github.com/kshitij10496/gftd
Usage
Initializing the application
$ gftd init
Adding a goal
$ gftd add
Viewing all your goals
$ gftd log
Achieving a goal
$ gftd achieve
Contributing
Feature requests are welcome.
Pull Requests are appreciated.
Head over to Issues to report bugs.