Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 20, 2018 12:18
Show Gist options
  • Save ryantm/528b9d74e22700cfa3bb92a21baa9f09 to your computer and use it in GitHub Desktop.
Save ryantm/528b9d74e22700cfa3bb92a21baa9f09 to your computer and use it in GitHub Desktop.
/nix/store/qaadzk12f4bcqas0x09h89w74r6s740z-gpaste-3.28.2
├── bin
│   └── gpaste-client
├── etc
│   └── systemd
│   └── user
│   ├── org.gnome.GPaste.service
│   └── org.gnome.GPaste.Ui.service
├── include
│   └── gpaste
│   ├── gpaste-bus.h
│   ├── gpaste-bus-object.h
│   ├── gpaste-client.h
│   ├── gpaste-clipboard.h
│   ├── gpaste-clipboards-manager.h
│   ├── gpaste-daemon.h
│   ├── gpaste-file-backend.h
│   ├── gpaste-gdbus-defines.h
│   ├── gpaste-gnome-shell-client.h
│   ├── gpaste-gsettings-keys.h
│   ├── gpaste.h
│   ├── gpaste-history.h
│   ├── gpaste-image-item.h
│   ├── gpaste-item-enums.h
│   ├── gpaste-item.h
│   ├── gpaste-keybinder.h
│   ├── gpaste-keybinding.h
│   ├── gpaste-macros.h
│   ├── gpaste-make-password-keybinding.h
│   ├── gpaste-password-item.h
│   ├── gpaste-pop-keybinding.h
│   ├── gpaste-screensaver-client.h
│   ├── gpaste-search-provider.h
│   ├── gpaste-settings.h
│   ├── gpaste-settings-ui-panel.h
│   ├── gpaste-settings-ui-stack.h
│   ├── gpaste-settings-ui-widget.h
│   ├── gpaste-show-history-keybinding.h
│   ├── gpaste-special-atom.h
│   ├── gpaste-storage-backend.h
│   ├── gpaste-sync-clipboard-to-primary-keybinding.h
│   ├── gpaste-sync-primary-to-clipboard-keybinding.h
│   ├── gpaste-text-item.h
│   ├── gpaste-ui-about.h
│   ├── gpaste-ui-backup-history.h
│   ├── gpaste-ui-delete-history.h
│   ├── gpaste-ui-delete-item.h
│   ├── gpaste-ui-edit-item.h
│   ├── gpaste-ui-empty-history.h
│   ├── gpaste-ui-empty-item.h
│   ├── gpaste-ui-header.h
│   ├── gpaste-ui-history-action.h
│   ├── gpaste-ui-history-actions.h
│   ├── gpaste-ui-history.h
│   ├── gpaste-ui-item-action.h
│   ├── gpaste-ui-item.h
│   ├── gpaste-ui-item-skeleton.h
│   ├── gpaste-ui-keybinding.h
│   ├── gpaste-ui-new-item.h
│   ├── gpaste-ui-panel.h
│   ├── gpaste-ui-panel-history.h
│   ├── gpaste-ui-reexec.h
│   ├── gpaste-ui-search-bar.h
│   ├── gpaste-ui-search.h
│   ├── gpaste-ui-settings.h
│   ├── gpaste-ui-shortcuts-window.h
│   ├── gpaste-ui-switch.h
│   ├── gpaste-ui-upload-item.h
│   ├── gpaste-ui-window.h
│   ├── gpaste-update-enums.h
│   ├── gpaste-upload-keybinding.h
│   ├── gpaste-uris-item.h
│   └── gpaste-util.h
├── lib
│   ├── girepository-1.0
│   │   └── GPaste-1.0.typelib
│   ├── libgpaste.la
│   ├── libgpaste.so -> libgpaste.so.11.0.1
│   ├── libgpaste.so.11 -> libgpaste.so.11.0.1
│   ├── libgpaste.so.11.0.1
│   └── pkgconfig
│   └── gpaste-1.0.pc
├── libexec
│   └── gpaste
│   ├── gpaste-daemon
│   └── gpaste-ui
└── share
├── applications
│   └── org.gnome.GPaste.Ui.desktop
├── bash-completion
│   └── completions
│   └── gpaste-client
├── dbus-1
│   └── services
│   ├── org.gnome.GPaste.service
│   └── org.gnome.GPaste.Ui.service
├── gir-1.0
│   └── GPaste-1.0.gir
├── gnome-control-center
│   └── keybindings
│   └── 42-gpaste.xml
├── gnome-shell
│   ├── extensions
│   │   └── GPaste@gnome-shell-extensions.gnome.org
│   │   ├── aboutItem.js
│   │   ├── deleteButton.js
│   │   ├── deleteItemPart.js
│   │   ├── dummyHistoryItem.js
│   │   ├── emptyHistoryItem.js
│   │   ├── extension.js
│   │   ├── indicator.js
│   │   ├── item.js
│   │   ├── metadata.json
│   │   ├── pageItem.js
│   │   ├── pageSwitcher.js
│   │   ├── prefs.js
│   │   ├── searchItem.js
│   │   ├── stateSwitch.js
│   │   ├── statusIcon.js
│   │   └── uiItem.js
│   └── search-providers
│   └── org.gnome.GPaste.search-provider.ini
├── gsettings-schemas
│   └── gpaste-3.28.2
│   └── glib-2.0
│   └── schemas
│   ├── gschemas.compiled
│   └── org.gnome.GPaste.gschema.xml
├── locale
│   ├── de
│   │   └── LC_MESSAGES
│   │   └── GPaste.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   └── GPaste.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   └── GPaste.mo
│   ├── nl_NL
│   │   └── LC_MESSAGES
│   │   └── GPaste.mo
│   ├── pt_BR
│   │   └── LC_MESSAGES
│   │   └── GPaste.mo
│   └── sv
│   └── LC_MESSAGES
│   └── GPaste.mo
├── man
│   └── man1
│   └── gpaste-client.1.gz
├── metainfo
│   └── org.gnome.GPaste.Ui.appdata.xml
├── vala
│   └── vapi
│   ├── gpaste-1.0.deps
│   └── gpaste-1.0.vapi
└── zsh
└── site-functions
└── _gpaste-client
48 directories, 110 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment