Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/askucher/nixar

Improved linux commands
https://github.com/askucher/nixar

linux

Last synced: 5 days ago
JSON representation

Improved linux commands

Awesome Lists containing this project

README

        

require \xonom
.service \repo, ->
commands: []
docs: []
.run "#{__dirname}/compiled-commands/*.js"
.service \p, ->
require \prelude-ls
.run (repo, p)->
lines = []
$ = lines~push
$ '# New shell commands'
$ 'Joyable equivalents for existent linux commands'
$ ''
$ '![Nixar](http://content.screencast.com/users/a.stegno/folders/Jing/media/cf29f8c0-b343-4692-9e05-1ff44f37f48d/00000255.png)'
$ ''
$ 'npm install -g nixar'
$ ''
$ '###Commands'
$ ''
repo.commands.for-each (cmd)->
$ "#### #{cmd.name}"
$ "#{cmd.desc}"
console.log lines.join('\n')
require('fs').writeFileSync('README.md', lines.join(\\n), \utf8)