Clj-shell 0.1.0-SNAPSHOT
Released under the GPL V3
Shell-like utility functions for Clojure.
Installation
To install, add the following dependency to your project or build file:
[clj-shell "0.1.0-SNAPSHOT"]
Namespaces
clj-shell.core
This ns contains the core api for clj-shell. It is designed to be used from the repl. Most of the function names mirror the names of unix shell commands (ls
, mv!
, etc.), but there are also some functions that have no analogous unix command (e.g. paste
, up!
, etc.).