Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 12, 2020 05:54
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/e3dfda1ff7480476f8930173cd7d33f6 to your computer and use it in GitHub Desktop.
Save r-ryantm/e3dfda1ff7480476f8930173cd7d33f6 to your computer and use it in GitHub Desktop.
/nix/store/4mc53gys5c69m9xdp1rk5nidfj84xw6j-byobu-5.131
├── bin
│   ├── byobu
│   ├── byobu-config
│   ├── byobu-ctrl-a
│   ├── byobu-disable
│   ├── byobu-disable-prompt
│   ├── byobu-enable
│   ├── byobu-enable-prompt
│   ├── byobu-export
│   ├── byobu-janitor
│   ├── byobu-keybindings
│   ├── byobu-launch
│   ├── byobu-launcher
│   ├── byobu-launcher-install
│   ├── byobu-launcher-uninstall
│   ├── byobu-layout
│   ├── byobu-prompt
│   ├── byobu-quiet
│   ├── byobu-reconnect-sockets
│   ├── byobu-screen -> byobu
│   ├── byobu-select-backend
│   ├── byobu-select-profile
│   ├── byobu-select-session
│   ├── byobu-shell
│   ├── byobu-silent
│   ├── byobu-status
│   ├── byobu-status-detail
│   ├── byobu-tmux -> byobu
│   ├── byobu-ugraph
│   ├── byobu-ulevel
│   ├── col1
│   ├── ctail
│   ├── manifest
│   ├── purge-old-kernels
│   ├── vigpg
│   └── wifi-status
├── etc
│   ├── byobu
│   │   ├── backend
│   │   └── socketdir
│   └── profile.d
│   └── Z97-byobu.sh
├── lib
│   └── byobu
│   ├── apport
│   ├── arch
│   ├── battery
│   ├── color
│   ├── cpu_count
│   ├── cpu_freq
│   ├── cpu_temp
│   ├── custom
│   ├── date
│   ├── disk
│   ├── disk_io
│   ├── distro
│   ├── entropy
│   ├── fan_speed
│   ├── hostname
│   ├── include
│   │   ├── colors
│   │   ├── common
│   │   ├── config.py
│   │   ├── constants
│   │   ├── cycle-status
│   │   ├── dirs
│   │   ├── icons
│   │   ├── mondrian
│   │   ├── notify_osd
│   │   ├── select-session.py
│   │   ├── shutil
│   │   ├── tmux-detach-all-but-current-client
│   │   ├── tmux-send-command-to-all-panes
│   │   ├── tmux-send-command-to-all-windows
│   │   └── toggle-utf8
│   ├── ip_address
│   ├── load_average
│   ├── logo
│   ├── mail
│   ├── memory
│   ├── menu
│   ├── network
│   ├── processes
│   ├── raid
│   ├── reboot_required
│   ├── release
│   ├── services
│   ├── session
│   ├── swap
│   ├── time
│   ├── time_binary
│   ├── time_utc
│   ├── trash
│   ├── updates_available
│   ├── uptime
│   ├── users
│   ├── whoami
│   └── wifi_quality
├── nix-support
│   └── propagated-build-inputs
└── share
├── byobu
│   ├── desktop
│   │   ├── byobu.desktop
│   │   └── byobu.desktop.old
│   ├── keybindings
│   │   ├── common
│   │   ├── f-keys
│   │   ├── f-keys.screen
│   │   ├── f-keys.screen.disable
│   │   ├── f-keys.tmux
│   │   ├── f-keys.tmux.disable
│   │   ├── mouse.tmux.disable
│   │   ├── mouse.tmux.enable
│   │   ├── none
│   │   └── tmux-screen-keys.conf
│   ├── pixmaps
│   │   └── byobu.svg
│   ├── profiles
│   │   ├── bashrc
│   │   ├── byoburc
│   │   ├── common
│   │   ├── dircolors
│   │   ├── NONE
│   │   ├── screenrc
│   │   ├── tmux
│   │   └── tmuxrc
│   ├── status
│   │   ├── status
│   │   └── statusrc
│   ├── tests
│   │   └── byobu-time-notifications
│   └── windows
│   └── common
├── dbus-1
│   └── services
│   └── us.kirkland.terminals.byobu.service
├── doc
│   └── byobu
│   ├── help.screen.txt
│   └── help.tmux.txt
└── man
└── man1
├── byobu.1.gz
├── byobu-config.1.gz
├── byobu-ctrl-a.1.gz
├── byobu-disable.1.gz
├── byobu-disable-prompt.1.gz
├── byobu-enable.1.gz
├── byobu-enable-prompt.1.gz
├── byobu-export.1.gz
├── byobu-janitor.1.gz
├── byobu-keybindings.1.gz
├── byobu-launch.1.gz
├── byobu-launcher.1.gz
├── byobu-launcher-install.1.gz
├── byobu-launcher-uninstall.1.gz
├── byobu-layout.1.gz
├── byobu-prompt.1.gz
├── byobu-quiet.1.gz
├── byobu-reconnect-sockets.1.gz
├── byobu-screen.1.gz
├── byobu-select-backend.1.gz
├── byobu-select-profile.1.gz
├── byobu-select-session.1.gz
├── byobu-shell.1.gz
├── byobu-silent.1.gz
├── byobu-status.1.gz
├── byobu-status-detail.1.gz
├── byobu-tmux.1.gz
├── byobu-ugraph.1.gz
├── byobu-ulevel.1.gz
├── col1.1.gz
├── ctail.1.gz
├── manifest.1.gz
├── purge-old-kernels.1.gz
├── vigpg.1.gz
└── wifi-status.1.gz
23 directories, 155 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment