1 unstable release
Uses old Rust 2015
0.1.0 | Mar 17, 2017 |
---|
#96 in #move
4KB
edfp
edit file paths
WIP
Currently this program does not behave as described below.
Usage
ls | edfp
edfp reads stdin, assumes each line is a path to a file object (file or directory) and allows for easy manipulation of those objects.
- Changing the name of the file will rename it.
- Clearing the line will delete it.
Example
$ mkdir playground && cd playground
$ touch a b c
$ ls
a b c
$ ls | edfp
VISUAL will be opened with each line representing a file path:
a
b
c
Let's say you edit it to this:
x
y
Write and quit your editor, then try ls
again.
$ ls
x y
You renamed a → x and c → y and deleted b. Good job!
Build
cargo build
License
MIT. See LICENSE.
Dependencies
~430–680KB