Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cakebaker/smv
A simple cli tool to selectively move files from one directory to another
https://github.com/cakebaker/smv
Last synced: about 2 months ago
JSON representation
A simple cli tool to selectively move files from one directory to another
- Host: GitHub
- URL: https://github.com/cakebaker/smv
- Owner: cakebaker
- Created: 2012-06-28T14:04:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-28T14:33:26.000Z (over 12 years ago)
- Last Synced: 2023-04-12T04:03:33.434Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
smv
===A simple cli tool to selectively move files from one directory to another
## Compilation
`ghc --make smv.hs`
## Usage
`smv SOURCE TARGET`
Asks for each file in `SOURCE` whether you want to move it to `TARGET`. Press `y` to move the specified file, any other key will skip it.
## Contact
If you have questions or feedback, feel free to contact me via Twitter ([@dhofstet](https://twitter.com/dhofstet)) or by email ([email protected]).
## License
smv is licensed under the MIT license.