Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 1, 2019 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/d3c9503b1e50e01291433cae5961e972 to your computer and use it in GitHub Desktop.
Save ryantm/d3c9503b1e50e01291433cae5961e972 to your computer and use it in GitHub Desktop.
/nix/store/qbd0gcwwf7wgi2jawsrb7dqwx1xkd6nf-buku-4.2.2
├── bin
│   ├── buku
│   └── bukuserver
├── lib
│   └── python3.7
│   └── site-packages
│   ├── buku-4.2.2.dist-info
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   ├── buku.py
│   ├── bukuserver
│   │   ├── filters.py
│   │   ├── forms.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── filters.cpython-37.pyc
│   │   │   ├── forms.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── response.cpython-37.pyc
│   │   │   ├── server.cpython-37.pyc
│   │   │   └── views.cpython-37.pyc
│   │   ├── response.py
│   │   ├── server.py
│   │   ├── templates
│   │   │   └── bukuserver
│   │   │   ├── base.html
│   │   │   ├── bookmark_create.html
│   │   │   ├── bookmark_create_modal.html
│   │   │   ├── bookmark_edit.html
│   │   │   ├── bookmark_edit_modal.html
│   │   │   ├── bookmarks.html
│   │   │   ├── home.html
│   │   │   ├── index.html
│   │   │   ├── statistic.html
│   │   │   └── tags.html
│   │   └── views.py
│   └── __pycache__
│   └── buku.cpython-37.pyc
├── nix-support
│   └── propagated-build-inputs
└── share
├── bash-completion
│   └── completions
│   └── buku-completion.bash
├── doc
│   └── buku
│   └── README.md
├── fish
│   └── vendor_completions.d
│   └── buku.fish
├── man
│   └── man1
│   └── buku.1.gz
└── zsh
└── site-functions
└── _buku
22 directories, 41 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment