Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tkvogt/unixposter
A huge Unix poster (Din A0 or Din A1) showing the most important command using the Haskell diagrams library
https://github.com/tkvogt/unixposter
Last synced: 7 days ago
JSON representation
A huge Unix poster (Din A0 or Din A1) showing the most important command using the Haskell diagrams library
- Host: GitHub
- URL: https://github.com/tkvogt/unixposter
- Owner: tkvogt
- License: bsd-3-clause
- Created: 2013-08-11T10:48:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T07:17:29.000Z (over 9 years ago)
- Last Synced: 2023-04-05T15:51:36.485Z (almost 2 years ago)
- Language: Haskell
- Size: 14.5 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
unixPoster
==========A huge Unix poster (Din A0 or Din A1) showing the most important commands with examples.
The special aspect about this poster is that it was programmed with the
Haskell diagrams library instead of using a tool like Inkscape.Entering
```Shell
ghc --make poster.hs
```
or go to the folder and
```Shell
cabal install
```
builds an executable, and entering:
```Shell
./poster -o unixposter.pdf -w 1685
```
produces [unixposter.pdf](unixposter.pdf)