Skip to content

cli to handle common daily notes

Notifications You must be signed in to change notification settings

mulecalle/asd-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asd CLI

A CLI to use when reverse-i-search is not enought.

Usage

Get available domains

Run the binary with the command notes get all the available domains:

> asd notes
DOMAIN
example

Get notes in domain

Run the notes command using -d to specify the name of the domain:

> asd notes -d example
hello:
    - world
foo:
    - bar1
    - bar1

Get a note in domain

Run the notes command using -d to specify the name of the domain, and -n the name of the note:

> asd notes -d example -n hello
    - world

Domains and Notes lifecycle

Domains are represented as yaml files under the data folder, each entry in the yaml represents a Note.

Contributors

Big thanks to all the people who have already contributed! (lol)

contributors

About

cli to handle common daily notes

Resources

Stars

Watchers

Forks

Packages

No packages published