flp

Crates.ioflp
lib.rsflp
version0.1.1
sourcesrc
created_at2024-02-27 14:47:01.508601
updated_at2024-02-27 14:59:04.434345
descriptionGet fullpath of file or working directory
homepage
repositoryhttps://github.com/Q0tzly/flp
max_upload_size
id1155151
size15,498
Q0tzly (Q0tzly)

documentation

README

flp

Get fullpath of file or working directory

How to Install

install with cargo install

  cargo install flp 

uninstall

  cargo uninstall flp

install to ~/.cargo/bin

  git clone https://github.com/Q0tzly/flp.git
  cd flp
  cargo install --path .

uninstall

  cd flp
  cargo uninstall

  or

  rm  ~/.cargo/bin/flp

install to /usr/local/bin

  git clone https://github.com/Q0tzly/flp.git
  cd flp
  cargo build --release
  cp target/release/flp /usr/local/bin
  cd .. && rm -rf flp

uninstall

  rm /usr/local/bin/flp

Usage

  flp -h, --help     put help
  flp -v, --version  put version
  flp                put working dir
  flp <PATH>         put full path of file or dir

Copyright

Copyright (c) 2024: Q0tzly

See the LICENSE

Commit count: 0

cargo fmt