https://github.com/destinio/go-thoughts
Where you know, you know, that one thing - Steve Jobs
https://github.com/destinio/go-thoughts
cli go golang ideas thoughts urls
Last synced: about 1 month ago
JSON representation
Where you know, you know, that one thing - Steve Jobs
- Host: GitHub
- URL: https://github.com/destinio/go-thoughts
- Owner: destinio
- License: gpl-3.0
- Created: 2023-07-11T14:33:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T14:40:51.000Z (about 3 years ago)
- Last Synced: 2025-03-15T04:45:05.804Z (over 1 year ago)
- Topics: cli, go, golang, ideas, thoughts, urls
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to Go Thoughts 🤯!
**Where you know, you know, that one thing**
- Steve Jobs
Go Thoughts is a whimsical CLI adventure built in Go, aimed at playfully hoarding and summoning your treasured one-liners, quirky quotes, wild ideas, and URLs from the depths of the command line abyss!
[](https://github.com/destinio/go-thoughts/actions/workflows/go.yml)
## Install
```bash
# Iinstall with make
# this will install the binary to $(HOME)/bin as t
make build
# Coming soon. GitHub releases with binaries for all platforms
# Better install script
```
## Usage
```bash
# Help
t -h
# Add a thought
t -a This is a thought
# List all thoughts
t -l
```