Skip to content

Instantly share code, notes, and snippets.

@dietmarw

dietmarw/tree Secret

Created July 28, 2016 12:57
Show Gist options
  • Save dietmarw/422354f1906bcb2babacd0168349ea55 to your computer and use it in GitHub Desktop.
Save dietmarw/422354f1906bcb2babacd0168349ea55 to your computer and use it in GitHub Desktop.
~/tmp/snap/ipe[master]$ tree -L 4
.
├── ipe_7.2.5_amd64.snap
├── parts
│ └── ipe
│ ├── build
│ │ ├── build
│ │ ├── gpl.txt
│ │ ├── install.txt
│ │ ├── macos.txt
│ │ ├── man
│ │ ├── news.txt
│ │ ├── readme.txt
│ │ ├── scripts
│ │ ├── src
│ │ └── styles
│ ├── install
│ ├── src
│ │ ├── build
│ │ ├── gpl.txt
│ │ ├── install.txt
│ │ ├── macos.txt
│ │ ├── man
│ │ ├── news.txt
│ │ ├── readme.txt
│ │ ├── scripts
│ │ ├── src
│ │ └── styles
│ ├── state
│ │ ├── build
│ │ ├── prime
│ │ ├── pull
│ │ └── stage
│ └── ubuntu
├── prime
│ ├── command-ipe.wrapper
│ └── meta
│ └── snap.yaml
├── snapcraft.yaml
├── snapcraft.yaml~
└── stage
├── bin
│ ├── ipe
│ ├── ipe6upgrade
│ ├── ipeextract
│ ├── iperender
│ ├── ipescript
│ └── ipetoipe
├── include
│ ├── ipeattributes.h
│ ├── ipebase.h
│ ├── ipebitmap.h
│ ├── ipecanvas_cocoa.h
│ ├── ipecanvas_gtk.h
│ ├── ipecanvas.h
│ ├── ipecanvas_qt.h
│ ├── ipecanvas_win.h
│ ├── ipedoc.h
│ ├── ipefactory.h
│ ├── ipegeo.h
│ ├── ipegroup.h
│ ├── ipeimage.h
│ ├── ipeiml.h
│ ├── ipelatex.h
│ ├── ipelet.h
│ ├── ipelib.h
│ ├── ipeobject.h
│ ├── ipeosx.h
│ ├── ipepage.h
│ ├── ipepainter.h
│ ├── ipepath.h
│ ├── ipepdfparser.h
│ ├── ipepdfwriter.h
│ ├── ipepswriter.h
│ ├── ipereference.h
│ ├── iperesources.h
│ ├── ipeselector_cocoa.h
│ ├── ipeselector_qt.h
│ ├── ipeshape.h
│ ├── ipesnap.h
│ ├── ipestyle.h
│ ├── ipetext.h
│ ├── ipetoolbase.h
│ ├── ipetool.h
│ ├── ipeutils.h
│ └── ipexml.h
├── lib
│ ├── ipe
│ │ └── 7.2.5
│ ├── libipecairo.so -> libipecairo.so.7.2.5
│ ├── libipecairo.so.7.2.5
│ ├── libipecanvas.so -> libipecanvas.so.7.2.5
│ ├── libipecanvas.so.7.2.5
│ ├── libipelua.so -> libipelua.so.7.2.5
│ ├── libipelua.so.7.2.5
│ ├── libipe.so -> libipe.so.7.2.5
│ ├── libipe.so.7.2.5
│ ├── libipeui.so -> libipeui.so.7.2.5
│ └── libipeui.so.7.2.5
└── share
├── ipe
│ └── 7.2.5
└── man
└── man1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment