https://github.com/crosbymichael/fm
CLI based file manager
https://github.com/crosbymichael/fm
Last synced: about 1 month ago
JSON representation
CLI based file manager
- Host: GitHub
- URL: https://github.com/crosbymichael/fm
- Owner: crosbymichael
- License: mit
- Created: 2019-11-16T13:08:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-19T19:35:47.000Z (over 5 years ago)
- Last Synced: 2023-03-22T10:26:50.237Z (about 2 years ago)
- Language: Go
- Size: 14.6 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fm
CLI based file manager to perform operations in bulk
## Bulk Rename
```bash
> fm bk
```This will open your `cwd` in your `$EDITOR`.
You can make edits for how you want the files to be renamed and then save and quit.
You will be asked to confirm with `yes` before any files are renamed.