Unix and Linux Discussions Tagged with ime |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
32 |
284,782 |
Shell Programming and Scripting |
|
|
|
1 |
11,214 |
UNIX for Advanced & Expert Users |
|
|
|
7 |
8,420 |
What is on Your Mind? |
|
|
|
10 |
8,173 |
What is on Your Mind? |
|
|
|
6 |
4,060 |
What is on Your Mind? |
|
|
|
6 |
5,358 |
Shell Programming and Scripting |
|
|
|
1 |
8,203 |
Solaris |
|
|
|
14 |
5,723 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
3,252 |
Software Releases - RSS News |
|
|
|
0 |
2,380 |
UNIX and Linux RSS News |
|
|
|
4 |
4,072 |
Filesystems, Disks and Memory |
|
|
|
0 |
2,620 |
Complex Event Processing RSS News |
|
|
|
1 |
29,370 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,734 |
Software Releases - RSS News |
|
|
|
0 |
1,494 |
Software Releases - RSS News |
|
|
|
0 |
1,860 |
Software Releases - RSS News |
|
|
|
1 |
2,336 |
Shell Programming and Scripting |
|
|
|
2 |
3,042 |
Linux |
|
|
|
6 |
10,107 |
Cybersecurity |
|
|
|
0 |
1,529 |
Software Releases - RSS News |
|
|
|
0 |
3,043 |
Cartoons for Geeks |
|
|
|
0 |
1,518 |
Software Releases - RSS News |
|
|
|
0 |
5,405 |
AIX |
|
|
|
0 |
6,465 |
OS X Support RSS |
|
|
|
0 |
1,681 |
UNIX and Linux RSS News |
|
|
|
0 |
2,891 |
Software Releases - RSS News |
|
|
|
0 |
2,503 |
UNIX and Linux RSS News |
|
|
|
0 |
1,847 |
Complex Event Processing RSS News |
|
|
|
0 |
1,652 |
Software Releases - RSS News |
|
|
|
10 |
45,659 |
AIX |
|
|
|
0 |
2,177 |
Complex Event Processing RSS News |
|
|
|
0 |
1,324 |
Software Releases - RSS News |
|
|
|
13 |
9,728 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,794 |
Complex Event Processing RSS News |
|
|
|
0 |
1,399 |
Software Releases - RSS News |
|
|
|
0 |
5,277 |
Cartoons for Geeks |
|
|
|
0 |
1,750 |
Complex Event Processing RSS News |
|
|
|
0 |
1,908 |
UNIX and Linux RSS News |
|
|
|
7 |
7,963 |
Cybersecurity |
|
|
|
0 |
1,649 |
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)