An open API service indexing awesome lists of open source software.

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

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!

[![Go](https://github.com/destinio/go-thoughts/actions/workflows/go.yml/badge.svg?branch=main)](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
```