0.0.8 • Published 2 years ago

save-log v0.0.8

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

save-log 📄✏️

save-log is a CLI to save a command log as text and show it in the terminal as usual.

The log file is written in real-time.

Install

$ npm install save-log -g

Usage

$ save-log <command> -- <command args>

In the current directory, it will create a file named command_isoDate.txt where the log will be written in real-time.

Flags

FlagaliasDescription
--path-pSpecify a path or file to save log

Example:

$ save-log ls

$ save-log ls -p test.txt -- -la

Disclaimer

save-log works for all commands except for some CLIs which need complex user interaction.

For example, it works for sudo su but not for npm init.

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago