1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

848 Commits

Author SHA1 Message Date
Chris Cummer
d53ad4949d Add @flw-cn as a contributor 2018-06-17 14:34:11 -07:00
Chris Cummer
b93f97be50 Add @dlom as a contributor 2018-06-17 14:33:42 -07:00
Chris Cummer
ad9759d309 Add @lasanthak as a contributor 2018-06-17 14:33:31 -07:00
Chris Cummer
49f6d23cfc Add @FarhadF as a contributor 2018-06-17 14:33:23 -07:00
Chris Cummer
8e150f6a94 Add @rubiojr as a contributor 2018-06-17 14:32:59 -07:00
Chris Cummer
c42fdc93db Add @mxplusb as a contributor 2018-06-17 14:32:52 -07:00
Chris Cummer
e29d12c65d Add @lixin9311 as a contributor 2018-06-17 14:32:45 -07:00
Chris Cummer
2b2904ad0c Add @baustinanki as a contributor 2018-06-17 14:32:36 -07:00
Chris Cummer
57a7372661 Add @XanthusL as a contributor 2018-06-17 14:32:28 -07:00
Chris Cummer
24b02abd7f Add @interlock as a contributor 2018-06-17 14:32:20 -07:00
Chris Cummer
b77b594ce5 Add @BillKeenan as a contributor 2018-06-17 14:32:12 -07:00
Chris Cummer
2e2d1582dc Add @deltaxflux as a contributor 2018-06-17 14:32:04 -07:00
Chris Cummer
0630d286ce Add @Fengyalv as a contributor 2018-06-17 14:31:56 -07:00
Chris Cummer
f67e340254 Add @jeangovil as a contributor 2018-06-17 14:31:13 -07:00
Chris Cummer
08aabe6c2c Add @senorprogrammer as a contributor 2018-06-17 09:32:57 -07:00
Chris Cummer
c08a594d56 Fixing merge conflict with master and multi-gcal 2018-06-17 08:10:36 -07:00
Chris Cummer
3309579689 Rename logging/ to logger/ 2018-06-17 08:06:58 -07:00
Chris Cummer
993166e57d Clean up some colourizing switch statements 2018-06-17 08:06:58 -07:00
Chris Cummer
eb5f09e65c Properly scope Config to the wtf package and remove it as a dependency from everywhere else 2018-06-17 08:06:57 -07:00
Chris Cummer
966b2df52a Add documentation for Logging module 2018-06-17 08:05:39 -07:00
Chris Cummer
b2ee2d43d0 Colourize the log file output 2018-06-17 08:05:39 -07:00
Chris Cummer
0fc2376179 Add a widget to display the log file in reverse order 2018-06-17 08:05:39 -07:00
Chris Cummer
6086690be7 Make flags package responsible for its own display 2018-06-17 08:05:39 -07:00
Chris Cummer
e9118dcc07 Clean up the flag and config handling in main() 2018-06-17 08:05:39 -07:00
Chris Cummer
a6505516ad Move responsibility for version display out of flags 2018-06-17 08:05:39 -07:00
Chris Cummer
e92289ebae Move command line flags into it's own module 2018-06-17 08:05:39 -07:00
Chris Cummer
889aed11a5 Rename the help function to a better name 2018-06-17 08:05:39 -07:00
Chris Cummer
6acf1775b8 Rename logging/ to logger/ 2018-06-16 22:17:10 -07:00
Chris Cummer
d74c4ebf2d Clean up some colourizing switch statements 2018-06-16 15:07:40 -07:00
Chris Cummer
66b69471d0 Properly scope Config to the wtf package and remove it as a dependency from everywhere else 2018-06-16 14:59:22 -07:00
Chris Cummer
abedee0ce0 Add documentation for Logging module 2018-06-16 14:26:52 -07:00
Chris Cummer
8278d6f54b Colourize the log file output 2018-06-16 14:19:16 -07:00
Chris Cummer
09a4139922 Add a widget to display the log file in reverse order 2018-06-16 14:04:48 -07:00
Lassi Piironen
96e0606c6a Google Calendar: the client reads all the events the user can write on instead of just the accounts primary events, the timestamp printing of the all-day events is handled 2018-06-16 23:37:02 +03:00
Chris Cummer
582eba4c7f Make flags package responsible for its own display 2018-06-16 12:46:16 -07:00
Chris Cummer
4496cc7c31 Clean up the flag and config handling in main() 2018-06-16 09:14:24 -07:00
Chris Cummer
dd42080ed8 Move responsibility for version display out of flags 2018-06-16 08:37:55 -07:00
Chris Cummer
4a00c114ce Move command line flags into it's own module 2018-06-16 08:31:11 -07:00
Chris Cummer
bbef2bfa78 Rename the help function to a better name 2018-06-16 05:14:53 -07:00
Chris Cummer
dcbc541221 Add basic documentation for Git commit message format configuration 2018-06-15 16:54:07 -07:00
Chris Cummer
32ed793599
Merge branch 'master' into custom-git-format 2018-06-15 16:45:24 -07:00
Chris Cummer
6bbefb3fb9 Add Display as a concept to separate setup from rendering a bit more 2018-06-15 16:38:11 -07:00
Bryan Austin
23783c4e90 Allow customization of git module's date and commit formats
The existing format for commit logs will remain the default, but
this change allows customization of the `--date=format:` and
`--pretty=format:` arguments passed to `git log`. For example, I
prefer having the time of day a commit was made, and having the
time in front, which can now be done with these options:
```
    git:
      dateFormat: "%H:%M %d %b %y"
      commitFormat: "[forestgreen]%h [grey]%cd [white]%s [grey]%an[white]"
```
(sorry, this doesn't update documentation - if you let me know
what files to edit for those and how to "build" the docs to update
them, I can try to do that better in future changes)
2018-06-15 14:19:26 -07:00
Chris Cummer
55be452120 Clean up wtf.go 2018-06-15 03:48:31 -07:00
Chris Cummer
3d1202126f Remove redundant code from SystemInfo 2018-06-15 03:33:13 -07:00
Chris Cummer
20e49ee749 Add platform-specific compile directives to system module 2018-06-14 16:41:08 -07:00
Chris Cummer
4706eb5114 Add platform-specific compile directives for security modules 2018-06-14 16:38:47 -07:00
Chris Cummer
b04d444e33
Merge branch 'master' into master 2018-06-14 16:33:57 -07:00
Chris Cummer
6dd7069b42 Close #194. No branch name in build version anymore 2018-06-14 08:55:54 -07:00
Chris Cummer
e5254fe154 Merge branch 'anandsudhir-skip-certificate-check-jira' 2018-06-14 08:37:17 -07:00