Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gag the tag explorer

A little CLI tool for exploring my own writing, structured with the UM schema.

gag foo --verbose

Response in the ./testdata dir, formatted like TOML:

[files]
01.foo.md

[tags]
foo

[adjacencies]
bar

[sums]
files = 1
adjacencies = 1

And plain:

gag bar

Output is ready to pipe:

01.foo.md
02.foo.md
03.bar.md

Like this:

gag foo | xargs cat > /tmp/foo.md

Also accepts piped input from stdin:

ls *foo*md | gag bar

And can therefore be chained:

gag foo | gag bar --invert

Tags can also be intersected:

gag foo+bar

See --help for all flags.

About

gag the tag explorer

Topics

Resources

Stars

Watchers

Forks

Used by

Contributors

Languages