Unix and Linux Discussions Tagged with ime |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
32 |
21,546 |
Shell Programming and Scripting |
|
|
|
1 |
8,126 |
UNIX for Advanced & Expert Users |
|
|
|
7 |
4,444 |
What is on Your Mind? |
|
|
|
10 |
3,748 |
What is on Your Mind? |
|
|
|
6 |
1,309 |
What is on Your Mind? |
|
|
|
6 |
1,967 |
Shell Programming and Scripting |
|
|
|
1 |
2,044 |
Solaris |
|
|
|
14 |
3,184 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,048 |
Software Releases - RSS News |
|
|
|
0 |
1,839 |
UNIX and Linux RSS News |
|
|
|
4 |
2,195 |
Filesystems, Disks and Memory |
|
|
|
0 |
1,853 |
Complex Event Processing RSS News |
|
|
|
1 |
17,844 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
845 |
Software Releases - RSS News |
|
|
|
0 |
765 |
Software Releases - RSS News |
|
|
|
0 |
1,092 |
Software Releases - RSS News |
|
|
|
1 |
1,704 |
Shell Programming and Scripting |
|
|
|
2 |
2,092 |
Linux |
|
|
|
6 |
6,452 |
Cybersecurity |
|
|
|
0 |
718 |
Software Releases - RSS News |
|
|
|
0 |
1,994 |
Cartoons for Geeks |
|
|
|
0 |
905 |
Software Releases - RSS News |
|
|
|
0 |
4,124 |
AIX |
|
|
|
0 |
5,398 |
OS X Support RSS |
|
|
|
0 |
1,182 |
UNIX and Linux RSS News |
|
|
|
0 |
2,249 |
Software Releases - RSS News |
|
|
|
0 |
1,987 |
UNIX and Linux RSS News |
|
|
|
0 |
1,175 |
Complex Event Processing RSS News |
|
|
|
0 |
829 |
Software Releases - RSS News |
|
|
|
10 |
36,415 |
AIX |
|
|
|
0 |
1,546 |
Complex Event Processing RSS News |
|
|
|
0 |
770 |
Software Releases - RSS News |
|
|
|
13 |
6,857 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,173 |
Complex Event Processing RSS News |
|
|
|
0 |
778 |
Software Releases - RSS News |
|
|
|
0 |
4,249 |
Cartoons for Geeks |
|
|
|
0 |
1,155 |
Complex Event Processing RSS News |
|
|
|
0 |
1,216 |
UNIX and Linux RSS News |
|
|
|
7 |
6,587 |
Cybersecurity |
|
|
|
0 |
1,150 |
UNIX and Linux RSS News |
BINCLOCK(1) User Commands BINCLOCK(1)
NAME
binclock - prints time in binary format
SYNOPSIS
binclock [OPTION]...
DESCRIPTION
It shows the system time in a binary format. It supports showing the time with seven different colors, and it can run a loop that prints
the time every second.
Colors and characters can be changed with a config file.
-l, --loop
loops the time printing every second.
--color=[on|off]
control if color will be used for time output.
--help display this help and exit
--version
output version information and exit
-t, --traditional
prints ime in traditional output (0000 : 0000 : 00)
-n, --normal
binclock displays an additional human readable time.
If there is no CONFIG file the default colors are red (1) and white.
COLORS AND CHARACTERS
color_one=red
color for the one.
color_zero=green
color for the zero.
char_one=1
sets the character for the one.
char_zero=0
sets the character for the zero
FILES
~/.binclockrc
User configuration file.
/etc/binclockrc
System-wide configuration file.
REPORTING BUGS
Report bugs to <binclock@ngolde.de>.
NO WARRANTIES
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER-
CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
AUTHOR
Nico Golde
Use <binclock@ngolde.de> to contact the developer.
binclock 1.5 July 2004 BINCLOCK(1)