-
Notifications
You must be signed in to change notification settings - Fork 0
/
qsh.1
58 lines (44 loc) · 1.82 KB
/
qsh.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.\" Man page for Quick Shell
.TH QSH "1" "August 2018" "ALPHA 0.0.4" "General Commands Manual"
.SH NAME
qsh \- a small, lightweight, command interpreter
.SH SYNOPSIS
qsh [options]
.SH DESCRIPTION
.PP
This is the rewrite of quick terminal, quick terminal server edition, and QTerminal.
Quick Shell aims at replacing bash(1) or zsh(1) with a smaller and lighter program
and follows the suckless philosophy. The default configuration uses linenoise(3) for line editing.
.SH OPTIONS
All options have a short and long version corresponding to with its first char.
--run <command> Runs a command then exits
--help Displays the help then exits
.SH FILES
List of specific files created and used by qsh.
~/.qsh.history List of command history
.SH AUTHOR
Written by Adam McKenney and others from across the globe
.SH "REPORTING BUGS"
Reports go to the main project page:
<https://github.com/mckenney5/qsh>
.SH COPYRIGHT
Copyright \(co 2021 Adam McKenney
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
See the license for more information.
<https://github.com/mckenney5/qsh/raw/master/LICENSE>.
linenoise(3) is a copyright of Salvatore Sanfilippo et al. See their license for more information.
<https://raw.githubusercontent.com/mckenney5/qsh/master/src/libs/linenoise/LICENSE>.
.SH "SEE ALSO"
.BR bash
(1),
.BR zsh
(1),
.BR linenoise
(3)