Skip to content

tmkontra/shellscribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shellscribe

Installation

requirements:

  • zsh
  • git
  • go1.23
git clone git@github.com:tmkontra/shellscribe.git ~/.shellscribe
# install shellscribe binary
# may need to export GOBIN=~/go/bin
cd ~/.shellscribe && go install cmd/shellscribe.go && cd -
# add shellscribe-on/shellscribe-off commands to your shell
echo "source ~/.shellscribe/bin/shellscribe-init.sh" >> ~/.profile

# start the web server to view logs
shellscribe server

# activate shellscribe to record commands
shellscribe-on

# run some commands
echo "this is captured by shellscribe!"

# stop recording commands
shellscribe-off

image

About

capture output from shell commands and view the logs in your browser

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors