Skip to content

Instantly share code, notes, and snippets.

@corpulentcoffee
Created July 10, 2019 00:49
Show Gist options
  • Save corpulentcoffee/ccf93f4476a4844719cd5440f77494da to your computer and use it in GitHub Desktop.
Save corpulentcoffee/ccf93f4476a4844719cd5440f77494da to your computer and use it in GitHub Desktop.
Avail custom texinfo pages on Ubuntu
$ info thingie
info: No menu item 'thingie' in node '(dir)Top'
$ mkdir ~/info
$ for f in ~/Repos/thingie/doc/thingie.info*; do ln -s $f ~/info; done
$ ll ~/info
total 8
drwxr-xr-x 2 user123 user123 4096 Jul 9 19:44 ./
drwxr-xr-x 50 user123 user123 4096 Jul 9 19:43 ../
lrwxrwxrwx 1 user123 user123 41 Jul 9 19:44 thingie.info -> /home/user123/Repos/thingie/doc/thingie.info
lrwxrwxrwx 1 user123 user123 43 Jul 9 19:44 thingie.info-1 -> /home/user123/Repos/thingie/doc/thingie.info-1
lrwxrwxrwx 1 user123 user123 43 Jul 9 19:44 thingie.info-2 -> /home/user123/Repos/thingie/doc/thingie.info-2
$ info thingie | head -n6
File: thingie.info, Node: Top, Next: Introduction to Thingie, Prev: (dir), Up: (dir)
Overview
********
Thingie is a blah blah blah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment