Skip to content

luastan/jnl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Journal (jnl)

Usage

jnl command --command-arg1 --command-arg2

Get command history

jnl getHistory

In CSV format:

jnl getHistory --format=csv

.jnl structure

The .jnl directory has directory for every command executed. These directories are named after a hash computed fromcommand_executed:timestamp. Inside each one of those directories contains the following files:

  • stderr: stderr output from the executed command
  • stdout: stdout output from the executed command
  • info: JSON file containing details about the execution

TODO

  • Save Output

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages