Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

This is MIRROR. There is the main repository in GitLab.

Notifications You must be signed in to change notification settings

Toru3/compress_history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compress_history

Crate pipeline status

Example

$ cat history 
echo "hallo"
echo "hello"
ping 192.168.0.1
ping 192.168.0.2
ping 192.168.0.3
ping 192.168.0.4
ls -l
ls -a
$ compress_history -f history 
echo "hello"
ping 192.168.0.4
ls -l
ls -a

Usage

$ compress_history --help
Toru3 <[email protected]>
delete unnecessary history

USAGE:
    compress_history [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -f, --file <FILE>    Target history file [default: /home/user/.bash_history]

LICENSE

AGPL-3.0-or-later

About

This is MIRROR. There is the main repository in GitLab.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages