Skip to content

h1kkar/pls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pls

🌸 pls this is a little helper in your work

screenshot

pls scrot

install

  1. clone this repo:
$ git clone https://github.com/h1kkar/pls.git
  1. run in your shell:
$ make build
# make install

if you don't have a make then run these command:

$ cargo build --release
$ install target/release/pls /bin/pls

uninstall

  1. run in your shell:
$ make uninstall
# or
$ rm /bin/pls

reference info

To receive reference information, contact usage.md

todo

  • more fixes and optimizations (4 fixes)
  • implement give permissions for files
  • implement smart deletion of folders with files
  • implement smart move/rename
  • add completion for bash, fish
  • redesign code structure
  • calculator takes expressions from arguments