1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
Bryan Austin d6b500e346 Fix newline in git module repo names breaking display
After setting up the git module with multiple repos and switching
between them, I observed some graphical wonkiness in the display:

https://i.imgur.com/R3e7eij.png

After adding some log statements, I tracked it down to the
`GitRepo.Repository` field having a newline in it after it's set
from a command execution's stdout. This change strips the
repository path of spaces when assigning to the `Repository` field,
which fixes the display issues.
2018-06-13 02:14:04 -07:00
2018-06-13 02:14:04 -07:00
2018-06-08 13:32:04 -07:00
2018-06-06 11:34:32 -07:00
2018-06-08 13:32:04 -07:00
2018-06-08 10:59:47 +04:30
2018-06-08 13:23:07 -07:00
2018-06-13 02:14:04 -07:00
2018-06-08 10:59:47 +04:30
2018-06-08 13:23:07 -07:00
2018-06-08 11:59:54 -07:00
2018-06-07 15:37:57 -07:00
2018-06-02 14:03:36 +02:00
2018-06-13 02:14:04 -07:00
2018-06-07 15:37:57 -07:00
2018-06-01 13:41:27 -07:00
2018-06-08 13:23:07 -07:00
2018-06-08 13:23:07 -07:00
2018-06-08 12:04:56 -07:00
2018-06-07 09:03:32 -07:00
2018-06-07 09:03:32 -07:00
2018-06-13 02:14:04 -07:00

A personal terminal-based dashboard utility, designed for displaying infrequently-needed, but very important, daily data.

Quick Start

Installation from Source

Note: WTF is only compatible with Go versions 1.9.2 or later. It currently does not compile with gccgo.

go get -u github.com/senorprogrammer/wtf
cd $GOPATH/src/github.com/senorprogrammer/wtf
make install
make run

Or download the latest binary.

Support

Chat on Gitter Join the chat at https://gitter.im/wtfutil/Lobby

Documentation

See https://wtfutil.com for the definitive documentation. Here's some short-cuts:

And a "probably up-to-date" list of currently-implemented modules:

*experimental

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.

Authors

License

See LICENSE.md file for details.

Acknowledgments

The inspiration for WTF came from Monica Dinculescu's tiny-care-terminal.

Many thanks to Lendesk for supporting this project by providing time to develop it.

The following open-source libraries were used in the creation of WTF. Many thanks to all these developers.

Description
The personal information dashboard for your terminal
Readme 49 MiB
Languages
Go 99.1%
Makefile 0.6%
Smarty 0.2%