moove is a command line tool for renaming and moving files and directories using a text editor.
🎨 Features \| 🚀 Usage \| 📥 Getting started \| 💙 Contributing \| 🌏 License
ls
in a text editor,
and renames or moves them exactly as you edit them.```txt Usage: moove [OPTIONS] [PATHS]...
Arguments: [PATHS]... Paths to move [default: .]
Options: -u, --dry-run Dry-run option -v, --verbose Verbose output -q, --quiet No output to stdout/strerr even if error -a, --absolute Handle as absolute paths -d, --directory Directories themselves, not their contents -h, --help Print help -V, --version Print version ```
Download pre-compiled binaries.
Extract a single binary file from the archive file.
For example,
sh
tar xaf moove-linux-x86_64.tar.gz
Specify text editor configuring environment variable VISUAL
or EDITOR
.
For example,
sh
export EDITOR=code
Followings are used to build.
sh
cargo install cargo-make
cargo make setup
To build binaries for supported platforms,
sh
cargo make
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
© 2023 Urin