https://github.com/crosbymichael/fm
CLI based file manager
https://github.com/crosbymichael/fm
Last synced: 3 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-19T19:35:47.000Z (about 6 years ago)
- Last Synced: 2025-04-13T21:51:42.180Z (7 months ago)
- Language: Go
- Size: 14.6 KB
- Stars: 4
- Watchers: 2
- 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.