📝 Added sandbox (code sketchbook)
This commit is contained in:
parent
b475595f7f
commit
b5daf18b1a
142 changed files with 100702 additions and 0 deletions
BIN
sandbox/manpage_tutorial/bgit.1.gz
Normal file
BIN
sandbox/manpage_tutorial/bgit.1.gz
Normal file
Binary file not shown.
42
sandbox/manpage_tutorial/bgit.man
Normal file
42
sandbox/manpage_tutorial/bgit.man
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
.TH BGIT 1L 2022-09-29 Info-BGIT
|
||||
|
||||
.SH NAME
|
||||
bgit \- a shell script to simplify the standard git workflow
|
||||
|
||||
.SH SYNOPSIS
|
||||
.B bgit
|
||||
[\fB\-i\fR]
|
||||
[\fB\-l\fR]
|
||||
[\fB\-r\fR]
|
||||
[\fB\-h\fR]
|
||||
|
||||
.SH DESCRIPTION
|
||||
bgit is a git automation tool written in bash. It is designed to quickly automate away alot of the simple git commands that git beginners use every day. These include commands like git init, git add, git commit -m, and git push. It is a series of simple prompts that make the git workflow seamless and quick to use.
|
||||
|
||||
.SH DEFAULTS
|
||||
by default, and when invoked with no flags/options, bgit will look for all files that have been added, modified, or deleted since the last commit. bgit will then present a series of prompts to add, commit, and push these changes to the remote repository/respotories. bgit will not ask for a password by default for an hour after the first commit using bgit (not applicable to ssh or gpg verification).
|
||||
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.BR \-i
|
||||
initialize a new repository in current directory
|
||||
.TP
|
||||
.BR \-l
|
||||
display previous commit log messages
|
||||
.TP
|
||||
.BR \-r
|
||||
revert back to a previous commit
|
||||
.TP
|
||||
.BR \-h
|
||||
display a help message on basic usage
|
||||
|
||||
.SH FILES
|
||||
.TP
|
||||
.I ~/.config/bgit
|
||||
all configuration files can be found here.
|
||||
|
||||
.SH AUTHOR
|
||||
z3rOR0ne <z3rOR0ne@protonmail.com>
|
||||
|
||||
.SH SEE ALSO
|
||||
\fBgit\fR
|
||||
40
sandbox/manpage_tutorial/cpufreq.man
Normal file
40
sandbox/manpage_tutorial/cpufreq.man
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
./" this is a comment
|
||||
./" most of your manpages can be found at /usr/share/man/man1 and should be put there once completed
|
||||
./" either by install script or manually
|
||||
./" additionally, most manpages are converted to gz and in this case are appended with the 1 to the filename like so:
|
||||
./" cpufreq.1.gz
|
||||
|
||||
.TH CPUFREQ 1 2020-02-16 GNU
|
||||
|
||||
.SH NAME
|
||||
cpufreq \- cpu frequencies
|
||||
|
||||
.SH SYNOPSIS
|
||||
.B cpufreq
|
||||
[\fB\-h\fR]
|
||||
[\fB\-?\fR]
|
||||
[\fB\-\-help\fR]
|
||||
[\fB\-v\fR]
|
||||
[\fB\-h\-version\fR]
|
||||
[\fB\-d\fR \fIpath\fR]
|
||||
|
||||
.SH DESCRIPTION
|
||||
.TP
|
||||
.BR \-h ", " \-? ", " \-\-help
|
||||
displlays this help information.
|
||||
.TP
|
||||
.BR \-v ", " \-\-version
|
||||
outputs only the version datestamp
|
||||
.TP
|
||||
.BR \-d ", " \-\-dir " " \fIpath
|
||||
outputs only the version datestamp
|
||||
|
||||
.SH FILES
|
||||
.TP
|
||||
.I /proc/cpuinfo
|
||||
|
||||
.SH AUTHOR
|
||||
terminalforlife <terminalforlilfe@yahoo.com>
|
||||
|
||||
.SH SEE ALSO
|
||||
\fBperl\fR(1perl)
|
||||
2840
sandbox/manpage_tutorial/zip.1
Normal file
2840
sandbox/manpage_tutorial/zip.1
Normal file
File diff suppressed because it is too large
Load diff
BIN
sandbox/manpage_tutorial/zip.1.gz
Normal file
BIN
sandbox/manpage_tutorial/zip.1.gz
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue