https://github.com/cesium/shell-basics
👨🏫 UNIX Shell, the best IDE
https://github.com/cesium/shell-basics
bash slides unix
Last synced: 2 months ago
JSON representation
👨🏫 UNIX Shell, the best IDE
- Host: GitHub
- URL: https://github.com/cesium/shell-basics
- Owner: cesium
- License: other
- Created: 2018-10-01T15:27:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T14:20:28.000Z (over 7 years ago)
- Last Synced: 2025-07-30T03:59:48.038Z (11 months ago)
- Topics: bash, slides, unix
- Language: CSS
- Homepage: https://slides.estevao.xyz/shell-basics
- Size: 44.9 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Shell Basics
> Unix Shell, the best IDE
## Requirements
- make
- [pandoc](http://pandoc.org/)
- [sass](https://sass-lang.com/) (for styling)
## Create
1. write your slides as markdown (`.md`) files in the top-level directory
2. run `make` to generate a html slideshow
## Present
1. open the generated `.html` files in a browser
2. `space` to advance to the next slide, `f` for fullscreen, `?` for help