-
Notifications
You must be signed in to change notification settings - Fork 1
Releases: HSwift/m
Releases · HSwift/m
v0.2.0
v0.2.0
✨ New Features
- Destination shortcuts: Configure destination directories in config and use them with
./m <shortcut> - File renaming: Rename files during move operation (press Enter to keep original name)
📝 Configuration
Add destination field to your config:
{
"destination": {
"docs": "/path/to/Documents/",
"pics": "/path/to/Pictures/"
}
}Usage: ./m docs moves files to the configured docs directory.
Assets 5
v0.1.5
Chore: update ci