Skip to content

utokato/pls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Impressive Linux commands cheat sheet cli

Copy From https://github.com/chenjiandongx/pls And support offline mode

How to build at Windows

go env -w GOOS=linux
go build -o pls

How to use

  1. cp pls to /usr/local/bin and chmod x to it
cp pls /usr/local/bin
chmod 777 pls
  1. upgrade or offline
pls upgrade
# or
pls offline
  1. search and show
pls search 压缩
pls show zip
  1. web server
pls serve

visit http://localhost:6023

Run web server with nohup

nohup pls serve > pls.log 2>&1 &
  1. other

Details with bin/start.sh

About

Impressive Linux commands cheat sheet cli

Resources

License

Stars

Watchers

Forks

Packages

No packages published