https://github.com/viftodi/wmru
Walt's Most Recently Used
https://github.com/viftodi/wmru
Last synced: 8 months ago
JSON representation
Walt's Most Recently Used
- Host: GitHub
- URL: https://github.com/viftodi/wmru
- Owner: viftodi
- Created: 2015-07-19T11:25:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-21T18:05:44.000Z (almost 11 years ago)
- Last Synced: 2025-03-28T17:25:15.955Z (about 1 year ago)
- Language: OCaml
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wMRU
Walt's Most Recently Used
###Compiling
1) First install opam, instructions here https://opam.ocaml.org/doc/Install.html
2) Use opam to install batteries and ocamlfind (opam install ocamlfind)
Note: batteries requires installing a native package m4 first to work, else the install will fail
3) Get yourself in the wMRU directory and run :
ocamlfind ocamlopt -package batteries -linkpkg -o wMRU wMRU.ml
Optionally you could also copy this into your /usr/bin/ or edit your $PATH variable.
###USAGE
./wMRU get tag_name will retrieve all the entries
./wMRU add tag_name an entry here will add or move the "an entry here" to the top of the list