forked from mellowcandle/bitwise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bitwise.1
33 lines (33 loc) · 876 Bytes
/
bitwise.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
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
.TH BITWISE "1" "December 2019" "bitwise v0.41" "User Commands"
.SH NAME
bitwise \- Terminal based bit manipulator in ncurses
.SH SYNOPSIS
.B bitwise
[\fI\,OPTION\/\fR...] [\fI\,expression\/\fR]
.SH DESCRIPTION
[expression] mathematical expression
.TP
\fB\-i\fR, \fB\-\-interactive\fR
Load interactive mode (default if no input)
.TP
\fB\-w\fR, \fB\-\-width[b\fR|w|l|d]
Set bit width (default: l)
.TP
\fB\-h\fR, \fB\-\-help\fR
Display this help and exit
.TP
\fB\-v\fR, \fB\-\-version\fR
Output version information and exit
.TP
\fB\-s\fR, \fB\-\-si\fR
Output sizes according to SI standard. (default: IEC standard)
.TP
\fB\-\-no\-color\fR
Start without color support
.SH AUTHOR
Written by Ramon Fried
.SH "SEE ALSO"
The full documentation for
.B bitwise
can be found at https://github.com/mellowcandle/bitwise