Martin Duquesnoy
635712322b
Merge pull request #16 from roaet/add_utc_option
...
Add utc option
13 years ago
Justin Hammond
e98c3805f5
Updated README to add -u
13 years ago
Justin Hammond
6ff646f569
Added utc option
13 years ago
Martin Duquesnoy
7a789dc0f8
Merge pull request #14 from briancain/master
...
Adding Blinking Colon
13 years ago
Brian Cain
78f2238cfc
More up to date readme
...
The readme was out of date from what was reflected in the code.
13 years ago
Brian Cain
ad835677bc
(maint) Add blink colon option
...
Prior to this commit, my blinking colon pull req made blinking default.
This commit makes it so that you have to pass in a flag -B to make the
colons blink. This fits with the style of this program.
13 years ago
briancain
aefad0a773
Fix code logic
...
Cleaning up code logic
13 years ago
briancain
89fd0dbc47
Removing folder
13 years ago
briancain
61b720558e
Add blinking curser
...
The : now blinks like a real digital clock
13 years ago
Christian Gießen
7cbfead66d
updated README
13 years ago
Christian Gießen
6e9d5ba273
fixed a typo
13 years ago
Christian Gießen
0b1609f421
added bold-color option and updated the README
13 years ago
Christian Gießen
8eb31f58e5
added bold colors and removed the frame
13 years ago
Martin Duquesnoy
dfb623ab61
Merge pull request #11 from hasufell/master
...
Makefile
13 years ago
hasufell
bfa898579d
respect DESTDIR, CFLAGS and LDFLAGS, use pkg-config if present
13 years ago
Martin Duquesnoy
b7f2f24916
Merge pull request #10 from vakuum/pr-2
...
Added date option.
13 years ago
Clemens Fuchslocher
569ede8659
Added date option.
13 years ago
carla-v
bc7ac26be5
Makefile: Fix compiler flags
...
* Reorder LDFLAGS to be passed after -o
* Get compiler/linker options from the system with ncurses5-config
13 years ago
carla-v
76e29ba579
Merge git://git.koumbit.net/tty-clock
13 years ago
Carla Valenti
c21d6e7316
README: * Clarify the -d option
...
* Updates EXAMPLES Section
15 years ago
Carla Valenti
1c3e60e0cf
* Update README (2)
15 years ago
Carla Valenti
d45b3cf68b
* Update README
...
* Document the [0-7] keyboard commands
15 years ago
Carla Valenti
6607fc1a63
* Add the -T <tty> and -n options to facilitate use
...
through inittab(5)
* Update and fix the man page.
* Adjust default date format which was left over from a previous
failed merge.
15 years ago
Carla Valenti
31529219f9
Update manpage to reflect recent merging and rearrange the order
...
of the commands a little bit.
15 years ago
Carla Valenti
4296d5c151
Merge git://github.com/Karnash/tty-clock
...
This adds the -b command line option (already present in the debian
version) which disables displaying a box by default.
15 years ago
Carla Valenti
dd48346e10
Merge git://github.com/Skami18/tty-clock
15 years ago
Carla Valenti
9cde0203f9
* Remove execute permissions from Makefile and README
15 years ago
Carla Valenti
2b4bf01a28
* Fix -f <format> and avoid related SIGSEGV
...
* Remove free'd pointer indirections and move cleanup code to
own fuction.
15 years ago
Carla Valenti
e913062e82
* Add manpage tty-clock.1 and modify Makefile accordingly
...
* Also apply debian Makefile patch
15 years ago
Antoine Beaupré
39f9d8843a
make clean succeed all the time
15 years ago
Skami18
2f2aaa09a0
Added the screensaver mode
15 years ago
anarcat
2a3e01597e
Merge remote branch 'Karnash/master'
...
Conflicts:
README
ttyclock.c
15 years ago
Guenter Knauf
df64a7fbb2
Added -d to program usage outout and to README.
16 years ago
Guenter Knauf
4644b63064
Changed default date format.
...
In order to avoid mixing up day and month its better to use %F
(the ISO 8601 date format) to be more international understandable.
16 years ago
Guenter Knauf
da6985db9d
Fixed segfault with now non-working -f option.
...
The commit to add the -d option broke getopt for -f taking an argument.
16 years ago
Benoît Zugmeyer
ab96db2e4e
Correct format specification bug
16 years ago
Benoît Zugmeyer
8502f635db
Press 'b' to switch box on/off
16 years ago
Benoît Zugmeyer
3594e6276b
Add option (-b) to show border, default not shown
16 years ago
Guillaume B
a82fd71690
Added the "-d" option.
...
It provides the user the ability to set the clock redraw frequency at
runtime.
17 years ago
Guillaume B
55038fd7c1
Corrected minor stuff about the animation.
17 years ago
Guillaume B
d0b5bd4e27
Merged my additions about animation.
17 years ago
Guillaume B
01c5b4424c
Removed halfdelay and fixed some stuff about the animation.
17 years ago
Martin Duquesnoy
15a90b7191
Update README
17 years ago
Martin Duquesnoy
68afd752e3
Re-Add meridiem sign to date string and fix help page
17 years ago
Martin Duquesnoy
a32ee816f7
Improve color switch thing
17 years ago
Martin Duquesnoy
c8593cd0a7
Add keybind [0;7] to change color!
17 years ago
Martin Duquesnoy
695a33a74f
Add -C option to choose clock color
17 years ago
Martin Duquesnoy
e397a36fd7
Update README
17 years ago
Martin Duquesnoy
f13dc1490d
Remove full argument, fix typo and alloc
17 years ago
Martin Duquesnoy
e7a243b934
Fix typo.
17 years ago