Chris Cummer
f619a904fa
Order modules in alphabetical order
2018-06-07 09:03:30 -07:00
Chris Cummer
3eed30f31e
Remove duplicate entries in makeWidgets()
2018-06-07 09:03:30 -07:00
Chris Cummer
5ff80f309a
Fixing merge conflict
2018-06-03 20:58:44 -07:00
Hossein Mehrabi
5301eae6bf
fixed cryptolive path
2018-06-03 20:31:01 -07:00
Hossein Mehrabi
3bd0bda57e
add some comments
2018-06-03 20:30:30 -07:00
Chris Cummer
d1b05dded4
Merge pull request #127 from jeangovil/cryptolive
...
Added cryptolive widget
2018-06-03 18:29:06 -07:00
Hossein Mehrabi
2780992851
fixed cryptolive path
2018-06-03 05:28:33 +04:30
George Opritescu
f311104fa0
add log flags to help with debugging
2018-06-02 23:02:04 +03:00
jeangovil
0c6aaa4d2e
Merge branch 'master' into cryptolive
2018-06-02 21:10:08 +04:30
Farhad Farahi
21ee436e8c
Added PrettyWeather mod
2018-06-02 05:28:52 -07:00
Hossein Mehrabi
909b82f8de
add some comments
2018-06-02 11:37:54 +04:30
Chris Cummer
b56629b6fd
Set terminal type in the config file.
...
Adds a "term" option that takes a terminal type (ie: vt100, xterm,
xterm-256color, etc.)
Example:
```yaml
wtf:
term: "vt100"
```
2018-06-01 23:12:34 -07:00
flw
b62a18a96f
Feat: add an error message when WTF was failed
...
This is just a minor change to avoid a small number of inexperienced
users not be intimidated by a minor mistake, such as the incorrect
setting of the TERM environment variable.
I hope this will be improved a bit of user experience for let WTF
more popular.
2018-06-01 23:12:34 -07:00
Farhad Farahi
5035933f15
added ipinfo mod
2018-06-01 21:06:24 +04:30
Chris Cummer
9e49c18c44
Close #84 . Add wtf.colors.background config option
2018-05-31 08:52:37 -07:00
Chris Cummer
d9d1a82c89
Change -i flag to -m. See 'wtf --help' for details
2018-05-31 05:22:47 -07:00
Chris Cummer
d0da319a52
Closes #72 . --info flag displays module help text
...
Usage:
wtf -i=todo
wtf --info=todo
2018-05-29 18:02:11 -07:00
Chris Cummer
a46ff5c10e
Pull command flags out of main() and into its own file
2018-05-29 17:52:46 -07:00
Chris Cummer
ca48d34566
Help halts the program execution
2018-05-29 16:40:46 -07:00
Hossein Mehrabi
128347e513
now flags support both short and long names.
2018-05-29 16:27:19 -07:00
Hossein Mehrabi
7711fa3d9d
fixed focus problem after config live-reloading
2018-05-29 23:19:25 +04:30
Chris Cummer
6437eff165
Make global variables local and pass as params instead
2018-05-29 08:59:19 -07:00
Hossein Mehrabi
a94d1a439f
no need to export pages and mainPage
2018-05-29 09:19:48 +04:30
Hossein Mehrabi
880a5beaeb
removed my unnecessary codes
2018-05-28 23:00:40 +04:30
Hossein Mehrabi
6870bc5e4f
Watch config file for changes
2018-05-28 22:31:43 +04:30
Chris Cummer
9f1bad6571
Closes #52 . Add Power module
...
This module displaysw which source is providing power (AC or battery)
and for the battery displays the current charge capacity, how long it
will last, and the battery state.
2018-05-24 22:01:55 -07:00
Chris Cummer
641dce9333
Add Configuration and Keyboard Commands to Overview documentation.
2018-05-22 20:56:14 -07:00
Chris Cummer
ff49ecb082
Closes #29 . wtf.go --help [module name] returns help text if any is available.
2018-05-22 20:35:56 -07:00
Chris Cummer
a62b910893
Closes #43 . Add CommandRunner module to the app.
...
CommandRunner allows you to define a terminal command and arguments, run
it on a schedule, and view the output.
Examples:
ping -3 cisco.com
2018-05-17 17:15:03 -07:00
Chris Cummer
430ade3fe5
Conform ldflag names to those that goreleaser uses
2018-05-17 14:23:41 -07:00
Chris Cummer
ba402358e6
Simplifies the documentation pages
2018-05-16 23:19:14 -07:00
Chris Cummer
a3e593b93f
Delete the commented-out help code.
2018-05-16 16:56:35 -07:00
Chris Cummer
c1dd08d594
Move the help code into it's own module
2018-05-16 10:39:24 -07:00
Chris Cummer
27107fcd37
Closes #33 . Creates .wtf dir and config.yml if they don't exist.
2018-05-16 10:23:46 -07:00
Chris Cummer
5353d6ddf7
Closes #37 . Help into Git and Github modules
2018-05-14 21:04:37 -07:00
Chris Cummer
d246cb4c4a
Rename TextViewer to Wtfable
2018-05-14 21:04:37 -07:00
Chris Cummer
6be6afaf2c
Merge branch '28-unfocused-tab-problem'
2018-05-14 21:04:37 -07:00
Chris Cummer
00504c43ff
Fixes #39 . Unfocused tab problem solved
2018-05-14 21:04:37 -07:00
Chris Cummer
780dd51ce7
builtat build flag a var rather than a computed value
2018-05-07 05:33:18 -07:00
Chris Cummer
6e179de0c4
Add help text for Weather
2018-05-03 17:21:59 -07:00
Chris Cummer
1baa884ce9
Add help modal to TextFile module
2018-05-03 17:12:39 -07:00
Chris Cummer
c63d92a1f7
Can edit existing Todo items via modal
2018-04-28 16:17:45 -07:00
Chris Cummer
bef57d799b
Rudimentary modal showing up for Todo on 'e'
2018-04-27 15:48:54 -07:00
Chris Cummer
7500a4031d
Added the System widget with basic build info
2018-04-24 09:54:53 -07:00
Chris Cummer
fff73c0baf
Stub flags for help info
2018-04-23 17:48:32 -07:00
Chris Cummer
5a31de74fe
Add Makefile support for 'make install' and version info
2018-04-23 17:35:14 -07:00
Chris Cummer
a0ce5eb412
Basic selectable todo functionality working
...
Can:
- move between todo items
- toggle checked/unchecked state
Cannot:
- persiste changes to file
- add items
- delete items
2018-04-22 20:59:13 -07:00
Chris Cummer
a9309ccec5
Add Clocks module
2018-04-18 15:04:10 -07:00
Chris Cummer
912de2fa11
Can focus/blur widgets (with focus border color)
2018-04-17 04:26:18 -07:00
Chris Cummer
6321182b7e
Fetches, stores, and returns multiweather, with ticks marks in display
2018-04-16 03:53:29 -07:00