Go on a cruise through some documentation with this fancy cmdline utlity.
- Install dependencies (& build
.go
file)
npm install
- Run it
sh docs-shuffler.sh <playlist>
# Run included example (exclude the .csv)
sh docs-shuffler.sh example
-
Add some playlists. Use a link extractor on the index of the documentation. Copy and paste the links into a csv and save them under the
playlists
folder. -
Update
docs-shuffle.sh
with your installation path. Note: If you add the path to this script to your $PATH, you can run this shell script from any folder.