ideas

command module
v0.1.0-alpha.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 8, 2023 License: MIT Imports: 11 Imported by: 0

README

Ideas

A Lightweight cli tool for keeping ideas. This is a clone of idea cli tool which was originally written in node.js https://github.com/IonicaBizau/idea.

Installation

go install github.com/rmsubekti/ideas@latest

then run ideas --help to see what this cli tool can do.

$ ideas --help
NAME:
   ideas - A lighweight CLI tool for keeping your ideas.

USAGE:
   ideas [command] <ideas|state|id>

COMMANDS:
   init, i    Create new .ideas.json file in the current directory. Default: ~/.ideas.json
   create, c  Create new idea. Example: `ideas create CLI app`
   delete, d  Delete an idea. Example: `ideas delete 1`
   solve, s   Solve an idea. Example: `ideas solve 1`
   list, l    List all ideas. Example `ideas list solved`.(default: open)
   help, h    Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h  show help (default: false)

All ideas is stored in your home directory. Run command ideas init store your ideas in the current directory, for example:

cd /to/your/project/directory
ideas init

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL