A batch script program for collecting text content from clipboard ##How to use
- Add the batch directory path to your environment variable
- Launch your command line client
- Copy something in you clipboard
- Type
$ mark -m "content description"
,and press Enter,A file named marked.md will created in "C:\Users\Administrator\Documents\MarkMe" directory,see demo marked.md file - Type
$ mark -s
to show content of the file. - Type
$ mark -o
to open the marked.md file