mirror of
https://github.com/cheat/cheat.git
synced 2024-11-24 06:51:36 +01:00
mod
This commit is contained in:
parent
57e2b388fe
commit
218a46e048
10
cheat.egg-info/PKG-INFO
Normal file
10
cheat.egg-info/PKG-INFO
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Metadata-Version: 1.0
|
||||||
|
Name: cheat
|
||||||
|
Version: 2.1.0
|
||||||
|
Summary: cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough to remember.
|
||||||
|
Home-page: https://github.com/chrisallenlane/cheat
|
||||||
|
Author: Chris Lane
|
||||||
|
Author-email: chris@chris-allen-lane.com
|
||||||
|
License: GPL3
|
||||||
|
Description: UNKNOWN
|
||||||
|
Platform: UNKNOWN
|
113
cheat.egg-info/SOURCES.txt
Normal file
113
cheat.egg-info/SOURCES.txt
Normal file
@ -0,0 +1,113 @@
|
|||||||
|
setup.py
|
||||||
|
bin/cheat
|
||||||
|
cheat/__init__.py
|
||||||
|
cheat/sheet.py
|
||||||
|
cheat/sheets.py
|
||||||
|
cheat/utils.py
|
||||||
|
cheat.egg-info/PKG-INFO
|
||||||
|
cheat.egg-info/SOURCES.txt
|
||||||
|
cheat.egg-info/dependency_links.txt
|
||||||
|
cheat.egg-info/requires.txt
|
||||||
|
cheat.egg-info/top_level.txt
|
||||||
|
cheat/cheatsheets/7z
|
||||||
|
cheat/cheatsheets/__init__.py
|
||||||
|
cheat/cheatsheets/ab
|
||||||
|
cheat/cheatsheets/apk
|
||||||
|
cheat/cheatsheets/apparmor
|
||||||
|
cheat/cheatsheets/apt-cache
|
||||||
|
cheat/cheatsheets/apt-get
|
||||||
|
cheat/cheatsheets/aptitude
|
||||||
|
cheat/cheatsheets/asciiart
|
||||||
|
cheat/cheatsheets/asterisk
|
||||||
|
cheat/cheatsheets/at
|
||||||
|
cheat/cheatsheets/awk
|
||||||
|
cheat/cheatsheets/bash
|
||||||
|
cheat/cheatsheets/chmod
|
||||||
|
cheat/cheatsheets/chown
|
||||||
|
cheat/cheatsheets/convert
|
||||||
|
cheat/cheatsheets/crontab
|
||||||
|
cheat/cheatsheets/curl
|
||||||
|
cheat/cheatsheets/cut
|
||||||
|
cheat/cheatsheets/date
|
||||||
|
cheat/cheatsheets/dd
|
||||||
|
cheat/cheatsheets/df
|
||||||
|
cheat/cheatsheets/dhclient
|
||||||
|
cheat/cheatsheets/diff
|
||||||
|
cheat/cheatsheets/distcc
|
||||||
|
cheat/cheatsheets/du
|
||||||
|
cheat/cheatsheets/emacs
|
||||||
|
cheat/cheatsheets/find
|
||||||
|
cheat/cheatsheets/gcc
|
||||||
|
cheat/cheatsheets/gdb
|
||||||
|
cheat/cheatsheets/git
|
||||||
|
cheat/cheatsheets/gpg
|
||||||
|
cheat/cheatsheets/grep
|
||||||
|
cheat/cheatsheets/gs
|
||||||
|
cheat/cheatsheets/head
|
||||||
|
cheat/cheatsheets/history
|
||||||
|
cheat/cheatsheets/hub
|
||||||
|
cheat/cheatsheets/ifconfig
|
||||||
|
cheat/cheatsheets/indent
|
||||||
|
cheat/cheatsheets/ip
|
||||||
|
cheat/cheatsheets/iptables
|
||||||
|
cheat/cheatsheets/irssi
|
||||||
|
cheat/cheatsheets/iwconfig
|
||||||
|
cheat/cheatsheets/journalctl
|
||||||
|
cheat/cheatsheets/less
|
||||||
|
cheat/cheatsheets/ln
|
||||||
|
cheat/cheatsheets/ls
|
||||||
|
cheat/cheatsheets/lsof
|
||||||
|
cheat/cheatsheets/lvm
|
||||||
|
cheat/cheatsheets/markdown
|
||||||
|
cheat/cheatsheets/mkdir
|
||||||
|
cheat/cheatsheets/mount
|
||||||
|
cheat/cheatsheets/mysql
|
||||||
|
cheat/cheatsheets/mysqldump
|
||||||
|
cheat/cheatsheets/nc
|
||||||
|
cheat/cheatsheets/ncat
|
||||||
|
cheat/cheatsheets/netstat
|
||||||
|
cheat/cheatsheets/nmap
|
||||||
|
cheat/cheatsheets/notify-send
|
||||||
|
cheat/cheatsheets/od
|
||||||
|
cheat/cheatsheets/openssl
|
||||||
|
cheat/cheatsheets/pacman
|
||||||
|
cheat/cheatsheets/pdftk
|
||||||
|
cheat/cheatsheets/php
|
||||||
|
cheat/cheatsheets/ps
|
||||||
|
cheat/cheatsheets/python
|
||||||
|
cheat/cheatsheets/readline
|
||||||
|
cheat/cheatsheets/rm
|
||||||
|
cheat/cheatsheets/route
|
||||||
|
cheat/cheatsheets/rpm
|
||||||
|
cheat/cheatsheets/rsync
|
||||||
|
cheat/cheatsheets/sam2p
|
||||||
|
cheat/cheatsheets/scp
|
||||||
|
cheat/cheatsheets/screen
|
||||||
|
cheat/cheatsheets/sed
|
||||||
|
cheat/cheatsheets/shred
|
||||||
|
cheat/cheatsheets/snmpwalk
|
||||||
|
cheat/cheatsheets/sockstat
|
||||||
|
cheat/cheatsheets/sort
|
||||||
|
cheat/cheatsheets/split
|
||||||
|
cheat/cheatsheets/sqlmap
|
||||||
|
cheat/cheatsheets/ssh
|
||||||
|
cheat/cheatsheets/ssh-copy-id
|
||||||
|
cheat/cheatsheets/ssh-keygen
|
||||||
|
cheat/cheatsheets/stdout
|
||||||
|
cheat/cheatsheets/strace
|
||||||
|
cheat/cheatsheets/systemctl
|
||||||
|
cheat/cheatsheets/tail
|
||||||
|
cheat/cheatsheets/tar
|
||||||
|
cheat/cheatsheets/tcpdump
|
||||||
|
cheat/cheatsheets/tee
|
||||||
|
cheat/cheatsheets/tmux
|
||||||
|
cheat/cheatsheets/top
|
||||||
|
cheat/cheatsheets/truncate
|
||||||
|
cheat/cheatsheets/uname
|
||||||
|
cheat/cheatsheets/vim
|
||||||
|
cheat/cheatsheets/wget
|
||||||
|
cheat/cheatsheets/xargs
|
||||||
|
cheat/cheatsheets/yaourt
|
||||||
|
cheat/cheatsheets/youtube-dl
|
||||||
|
cheat/cheatsheets/yum
|
||||||
|
cheat/test/__init__.py
|
1
cheat.egg-info/dependency_links.txt
Normal file
1
cheat.egg-info/dependency_links.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
2
cheat.egg-info/requires.txt
Normal file
2
cheat.egg-info/requires.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
docopt >= 0.6.1
|
||||||
|
pygments >= 1.6.0
|
1
cheat.egg-info/top_level.txt
Normal file
1
cheat.egg-info/top_level.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
cheat
|
5
cheat/cheatsheets/snmpwalk
Normal file
5
cheat/cheatsheets/snmpwalk
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#retrieve all of the variables under system
|
||||||
|
snmpwalk -Os -c public -v 1 zeus system
|
||||||
|
|
||||||
|
#retrieve the scalar values, but omit the sysORTable
|
||||||
|
snmpwalk -Os -c public -v 1 -CE sysORTable zeus system
|
BIN
dist/cheat-2.1.0-py2.7.egg
vendored
Normal file
BIN
dist/cheat-2.1.0-py2.7.egg
vendored
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user