https://github.com/nilsding/initial.d
A Toyota AE86 for your terminal.
https://github.com/nilsding/initial.d
Last synced: over 1 year ago
JSON representation
A Toyota AE86 for your terminal.
- Host: GitHub
- URL: https://github.com/nilsding/initial.d
- Owner: nilsding
- License: bsd-2-clause
- Created: 2017-08-31T20:33:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-31T20:34:11.000Z (almost 9 years ago)
- Last Synced: 2025-02-06T13:51:33.595Z (over 1 year ago)
- Language: D
- Size: 1.95 KB
- Stars: 10
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# initial.d
A Toyota AE86 for your terminals.

Inspired by [hexe][], [gti][], and sl.
## Requirements
* A D2 compiler that can be run using `rdmd`
## Usage
Just run `./initial.d` ;)
If you want to compile it instead, just run this:
``` sh
dmd -J. -of=initial-d ./initial.d
```
This will create an `initial-d` executable in your current working directory.
## License
BSD 2-clause
[hexe]: https://github.com/nilsding/hexe
[gti]: https://github.com/rwos/gti