/windex

clojuere (jvm) on windows

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

windex

Surviving in Windows with the help of clojure.

Installation

Download from https://github.com/vxe/windex

Usage

FIXME: explanation

Run the project directly:

$ clojure -M -m vxe.windex

Run the project’s tests (they’ll fail until you edit them):

$ clojure -M:test:runner

Build an uberjar:

$ clojure -M:uberjar

Run that uberjar:

$ java -jar windex.jar

Examples

;; run powershell commands
user> (psh "scoop install wget")
WARN  'wget' (1.20.3) is already installed.
Use 'scoop update wget' to install a new version.

Bugs

License

Copyright © 2020 Vijay

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.