Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
/ grec Public archive

A CLI application to insert records into json file. grec = go recorder

Notifications You must be signed in to change notification settings

jammutkarsh/grec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI To-Do App

A simple CLI to-do application built in go.

An experimental exploratory project for me to get familiar with golang and building CLI apps

System Requirements

Install & Run

  go install github.com/JammUtkarsh/grec@latest

Commands & flags

  grec help
  # For help 
  grec add -d "Let's Goooo"   
  # Only multi-word statements need "double quotes".
  grec ls   
  # List all the entries.
  grec paste 
  # outputs the last clip. 
  grec delete -d 4
  # Delete a specific entry with its index.
  grec clear 
  # Delete the whole list.

Run Locally

Clone the project

  git clone https://github.com/JammUtkarsh/grec
cd grec
go build .

About

A CLI application to insert records into json file. grec = go recorder

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages