1
0
mirror of https://github.com/fatih/color.git synced 2025-02-16 18:34:39 +02:00

64 Commits

Author SHA1 Message Date
Alex Guerrieri
aa04f74371 Added high intensity colours 2015-10-26 09:54:07 +01:00
Fatih Arslan
76d423163a Merge pull request #22 from andrewaustin/Equals
color: add Equals() method to compare two colors
2015-08-24 00:44:34 +03:00
Andrew Austin
4fb3d84ad3 color: add Equals() method to compare two colors 2015-08-23 17:34:52 -04:00
Fatih Arslan
2f376994f3 color_test: explicitly set NoColor to false
fixes #21
2015-08-20 21:45:44 +03:00
Fatih Arslan
f773d4c806 Merge pull request #20 from Tonkpils/patch-1
Fix typo on fmt.Ffprintf -> fmt.Fprintf
2015-08-04 08:17:43 +03:00
Leo Correa
52aa0a6497 Fix typo on fmt.Ffprintf -> fmt.Fprintf 2015-08-04 00:13:22 -04:00
Fatih Arslan
a56f4833e4 Merge pull request #19 from zddhub/master
color: only show color in stdout
2015-07-24 17:41:16 +03:00
zdd
7dccdc418d color: use go-isatty package to support more platform 2015-07-24 20:58:23 +08:00
zdd
9d282f22ae color: only show color in stdout 2015-07-24 08:40:27 +08:00
Fatih Arslan
1b35f289c4 color: fix golint warnings v0.1 2015-05-11 01:06:52 +03:00
Fatih Arslan
b8f08a5598 Merge pull request #14 from fatih/fix-making-set-private
color: export back color.Set(), fixes #13
2015-05-04 21:38:59 +03:00
Fatih Arslan
b82cd6d93d color: export back color.Set(), fixes #13 2015-05-04 21:28:38 +03:00
Fatih Arslan
191595cfb2 color: add doc about NoColor 2015-04-22 15:11:12 +03:00
Fatih Arslan
987617d12c doc: fix whitspace 2015-04-22 12:45:13 +03:00
Fatih Arslan
0419888e7d Merge pull request #12 from fatih/nocolor
color: add NoColor option, both on global and local scope
2015-04-22 12:29:12 +03:00
Fatih Arslan
2769863a2d color_test: add global test too 2015-04-22 11:19:51 +03:00
Fatih Arslan
95e7214071 color: add helper function for bool pointer 2015-04-22 11:13:04 +03:00
Fatih Arslan
85fc70c416 color: add NoColor option, both on global and local scope 2015-04-22 11:06:21 +03:00
Fatih Arslan
f952d5afec Merge pull request #10 from sinan/patch-1
minor: typo
2015-04-05 12:37:23 +03:00
Sinan Yasar
1957db98bc minor: typo 2015-04-05 01:22:58 -07:00
Fatih Arslan
1b4171c5cd Update README.md 2015-03-22 15:02:38 +02:00
Fatih Arslan
5439263cbc Update README.md 2015-03-19 21:14:28 +02:00
Fatih Arslan
827fd108c6 doc: add info about windows support 2015-03-19 08:40:05 +02:00
Fatih Arslan
1d67bf5a49 Merge pull request #9 from fatih/windows-support
Windows support
2015-03-12 14:11:38 +02:00
Fatih Arslan
612d0134a7 README.md: update and add notes about Windows support 2015-03-12 14:05:20 +02:00
Fatih Arslan
969c0f0b28 color: add Windows support via ansicolor 2015-03-12 14:00:06 +02:00
Fatih Arslan
253e0f98bf color: start to play to implement Windows support 2015-03-12 13:27:56 +02:00
Fatih Arslan
f19a133fbf Merge pull request #6 from msabramo/patch-1
Update README.md
2014-12-28 00:26:51 +02:00
Marc Abramowitz
0c3847029a Update README.md 2014-12-27 13:18:19 -08:00
Fatih Arslan
244daf8894 Update README.md 2014-12-10 10:49:21 +02:00
Fatih Arslan
35868b33b6 Merge pull request #4 from tenp/master
Fix some spelling errors and inconsistencies in README
2014-11-26 13:51:39 +02:00
Thimo
e8597a263d Fix some spelling errors and inconsistencies in README 2014-11-26 12:31:21 +01:00
Fatih Arslan
3161cccfa2 Update README.md 2014-07-09 02:05:06 -07:00
Fatih Arslan
95b468b5f3 Update to Go version 1.3 2014-06-24 11:56:10 -07:00
Fatih Arslan
51482a20c5 Update README.md 2014-05-05 13:11:53 +03:00
Fatih Arslan
4903193a1a Merge pull request #3 from hermanschaaf/patch-1
Fix typo in package name in example
2014-04-28 16:34:29 +03:00
Herman Schaaf
a5945ad541 Fix typo in package name in example 2014-04-28 22:34:00 +09:00
Fatih Arslan
f21d899601 Merge branch 'master' of github.com:fatih/color 2014-02-24 10:01:49 -08:00
Fatih Arslan
36f10a0700 Fix Readme.md, add colorstring helper functions 2014-02-24 10:01:46 -08:00
Fatih Arslan
1946ff2d3e Update README.md 2014-02-21 22:14:51 -08:00
Fatih Arslan
55ea458f94 Add color image 2014-02-19 02:18:41 -08:00
Fatih Arslan
6c84e7d11c Add todo items. 2014-02-18 03:45:04 -08:00
Fatih Arslan
99c00de6f8 Add documentation about Sprint functions. 2014-02-18 03:26:43 -08:00
Fatih Arslan
05210eb369 Implement SprintXxx functions 2014-02-18 03:18:22 -08:00
Fatih Arslan
c297f2223f Add PrintFunc.. functions and update readme.md 2014-02-18 02:52:23 -08:00
Fatih Arslan
e653ecf96d Update README.md 2014-02-18 02:29:48 -08:00
Fatih Arslan
d37d8f1217 Merge pull request #1 from cenkalti/patch-1
Update README.md
2014-02-18 02:07:14 -08:00
Cenk Altı
08670c13be Update README.md 2014-02-18 01:59:39 -08:00
Fatih Arslan
db165dd21a Fix test 2014-02-18 01:06:54 -08:00
Fatih Arslan
53a67d05c4 Small fix in doc.go 2014-02-18 01:05:57 -08:00