Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 12, 2020 09:41
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 r-ryantm/df85edd55e536cc983f634e5fc926e08 to your computer and use it in GitHub Desktop.
Save r-ryantm/df85edd55e536cc983f634e5fc926e08 to your computer and use it in GitHub Desktop.
/nix/store/k165j2malllny4i7qvcakylchh90mh4c-ugrep-3.0.4
├── bin
│   ├── ug -> ugrep
│   └── ugrep
└── share
├── man
│   └── man1
│   ├── ug.1.gz -> /nix/store/k165j2malllny4i7qvcakylchh90mh4c-ugrep-3.0.4/share/man/man1/ugrep.1.gz
│   └── ugrep.1.gz
└── ugrep
└── patterns
├── c
│   ├── comments
│   ├── defines
│   ├── directives
│   ├── doc_comments
│   ├── enums
│   ├── functions
│   ├── includes
│   ├── names
│   ├── README.md
│   ├── strings
│   ├── structs
│   ├── typedefs
│   ├── zap_commands
│   ├── zap_comments
│   ├── zap_directives
│   └── zap_strings
├── c++
│   ├── classes
│   ├── comments
│   ├── defines
│   ├── directives
│   ├── doc_comments
│   ├── enums
│   ├── functions
│   ├── includes
│   ├── names
│   ├── namespaces
│   ├── README.md
│   ├── strings
│   ├── structs
│   ├── typedefs
│   ├── zap_commands
│   ├── zap_comments
│   ├── zap_directives
│   └── zap_strings
├── cpp
│   ├── classes
│   ├── comments
│   ├── defines
│   ├── directives
│   ├── doc_comments
│   ├── enums
│   ├── functions
│   ├── includes
│   ├── names
│   ├── namespaces
│   ├── README.md
│   ├── strings
│   ├── structs
│   ├── typedefs
│   ├── zap_commands
│   ├── zap_comments
│   ├── zap_directives
│   └── zap_strings
├── cs
│   ├── classes
│   ├── comments
│   ├── doc_comments
│   ├── enums
│   ├── functions
│   ├── names
│   ├── README.md
│   ├── strings
│   ├── zap_comments
│   └── zap_strings
├── html
│   ├── comments
│   ├── href
│   ├── img
│   ├── link
│   ├── meta
│   ├── pre
│   ├── README.md
│   ├── script
│   ├── src
│   ├── style
│   └── zap_comments
├── java
│   ├── classes
│   ├── comments
│   ├── doc_comments
│   ├── enums
│   ├── imports
│   ├── methods
│   ├── names
│   ├── README.md
│   ├── strings
│   ├── zap_comments
│   └── zap_strings
├── js
│   ├── classes
│   ├── comments
│   ├── dom
│   ├── functions
│   ├── names
│   ├── README.md
│   ├── strings
│   ├── zap_comments
│   └── zap_strings
├── json
│   ├── keys
│   ├── keys_and_values
│   ├── README.md
│   └── values
├── markdown
│   ├── code
│   ├── codeblocks
│   ├── images
│   ├── links
│   ├── README.md
│   └── sections
├── perl
│   ├── comments
│   ├── formats
│   ├── names
│   ├── README.md
│   ├── strings
│   ├── subs
│   ├── zap_comments
│   ├── zap_formats
│   └── zap_strings
├── php
│   ├── comments
│   ├── functions
│   ├── names
│   ├── README.md
│   ├── strings
│   ├── zap_comments
│   ├── zap_html
│   └── zap_strings
├── python
│   ├── comments
│   ├── defs
│   ├── doc_strings
│   ├── imports
│   ├── names
│   ├── README.md
│   ├── strings
│   ├── zap_comments
│   └── zap_strings
├── README.md
├── ruby
│   ├── classes
│   ├── comments
│   ├── defs
│   ├── modules
│   ├── names
│   ├── README.md
│   ├── strings
│   ├── zap_comments
│   └── zap_strings
├── rust
│   ├── comments
│   ├── crates
│   ├── enums
│   ├── fns
│   ├── impls
│   ├── macros
│   ├── mods
│   ├── names
│   ├── README.md
│   ├── strings
│   ├── structs
│   ├── traits
│   ├── unions
│   ├── uses
│   ├── zap_comments
│   └── zap_strings
├── scala
│   ├── classes
│   ├── comments
│   ├── defs
│   ├── imports
│   ├── names
│   ├── objects
│   ├── packages
│   ├── README.md
│   ├── strings
│   ├── zap_comments
│   └── zap_strings
├── swift
│   ├── classes
│   ├── comments
│   ├── enums
│   ├── funcs
│   ├── imports
│   ├── names
│   ├── README.md
│   ├── strings
│   ├── structs
│   ├── zap_comments
│   └── zap_strings
└── xml
├── attributes
├── attributes_and_values
├── comments
├── elements
├── pis
├── README.md
├── tags
├── zap_comments
├── zap_pis
└── zap_strings
23 directories, 191 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment