#directory #command #cargo #uninstall #fullpath

build flp

Get fullpath of file or working directory

2 releases

0.1.1 Feb 27, 2024
0.1.0 Feb 27, 2024

#124 in Build Utils

23 downloads per month

Apache-2.0

6KB
55 lines

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 (c) 2024: Q0tzly

See the LICENSE

No runtime deps