Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.