0.0.4 • Published 2 years ago

savescript v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

savescript

Description

Simple command line utility which facilitates automating zsh/bash/sh scripts

Typical Usage

Via last command:

➜  ~ echo "foo"
foo
➜  ~ savescript foo
➜  ~ foo
foo

Via pipe:

➜  ~ echo "bar" | savescript bar
➜  ~ bar
bar

First Time Usage

➜  ~ sudo npm i -g savescript
...
➜  ~ echo "my first script"
my first script
➜  ~ savescript first-script
 First time running savescript detected. Please type "source /home/kev/.zshrc" or reload your shell.
➜  ~ source /home/kev/.zshrc
➜  ~ first-script
my first script
0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago