Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 616 Bytes

README.md

File metadata and controls

45 lines (36 loc) · 616 Bytes

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