Commit graph

588 commits

Author SHA1 Message Date
Buck Ryan 4b19aa47f1
Merge pull request #521 from pmbauer/master
add nord theme
2022-09-22 14:12:11 -04:00
Buck Ryan f091bdc61c Switch CYGWIN job counting code from map to list comprehension
Closes #516
2022-09-22 14:08:37 -04:00
Buck Ryan 0c9ccee860
Merge pull request #536 from conr2d/readme-zsh
Update README.md (zsh example)
2022-09-22 14:03:24 -04:00
Buck Ryan 0055f7c2b7 MINGW condition in job count
Closes #330
2022-09-22 14:01:08 -04:00
Buck Ryan 5763a35cc0 add note about testing on zsh 2022-09-22 13:55:46 -04:00
Buck Ryan db35d233d1 Fix jobs segment for bash 5, fish 3 2022-09-22 13:52:42 -04:00
Buck Ryan 70edbd062d Merge commit '33d1ae1ae9a147ecfbd4f33d3b346e4f4767a027' into fix-jobs 2022-09-22 13:29:02 -04:00
Jeeyong Um 7adadf1e04 Update README.md 2022-07-28 20:17:28 +09:00
Buck Ryan 4b681d8318
Merge pull request #531 from blcsntb/patch-1
Update README.md
2022-03-16 14:10:09 -04:00
Binh Nguyen 3433b92e86
Update README.md 2022-03-09 14:50:46 +07:00
Paul Bauer 56f78ca049 add nord theme 2021-05-17 12:44:49 -04:00
Thomas Cherry 33d1ae1ae9 removing need to explicity call out fish from the command line 2019-07-03 23:23:08 -04:00
Thomas Cherry fd0b3a8ec4 removing need to explicity call out fish from the command line 2019-07-03 23:21:33 -04:00
Thomas Cherry 256888344a fixing names as suggested 2019-07-03 23:03:52 -04:00
Buck Ryan a9b8c9bb39 update metadata homepage 2018-09-15 20:24:03 -04:00
Buck Ryan 7332357af6 prepare 0.7.0 2018-09-15 19:17:33 -04:00
Buck Ryan 09fd45d6fc doc formatting 2018-09-15 19:13:48 -04:00
Buck Ryan feb9c8550e fix bug in svn segment 2018-07-01 21:13:15 -04:00
Buck Ryan 067202f71a prepare 0.7.0-rc1 2018-06-21 21:29:37 -04:00
Buck Ryan e8a86cf8ff Merge branch 'master' into develop 2018-06-21 21:28:39 -04:00
Buck Ryan 9d15bf7040
Merge pull request #365 from b-ryan/stdout-segment
Generic stdout and environment variable segments
2018-06-21 21:28:15 -04:00
Buck Ryan d095a2f3d5 fix tests and new test dockerfile 2018-06-21 21:26:40 -04:00
Buck Ryan 54f7b90052 Merge branch 'develop' into stdout-segment 2018-06-21 18:17:52 -04:00
Buck Ryan 0ea47cc115 date the 0.6.0 release 2018-06-20 10:29:30 -04:00
Buck Ryan 3d46c135dc
Merge pull request #416 from b-ryan/develop
Develop
2018-06-20 10:28:59 -04:00
Buck Ryan 7935d7ad11 readme updates for custom segments 2018-06-20 10:26:22 -04:00
Buck Ryan 3cf55e7b60 get ready for 0.6.0 2018-06-20 10:18:58 -04:00
Buck Ryan af919e1772 Custom segment support
Closes #407

The changes in 407 were on the right track, but didn't take it all the
way. Some issues it had:

- Did not call `expanduser` to handle paths like `~/segment.py`
- Did not appear to work on both Python 2 and Python 3
- Did not show a meaningful message when a segment cannot be found

This commit repurposes the code written to import custom themes for
segments.
2018-06-20 10:18:06 -04:00
Buck Ryan 3b95178400 fix issues with config file path
fixes #409
2018-06-04 14:45:30 -04:00
Buck Ryan ee5776f10c
Merge pull request #386 from jamessimas/master
Fix filename for macOS
2018-05-07 10:54:50 -04:00
Buck Ryan 36486483eb changelog for #383 2018-05-07 10:53:02 -04:00
Buck Ryan c2932e7e8f
Merge pull request #383 from dundalek/feature/time-format
Add format option for time segment
2018-05-07 10:51:49 -04:00
Buck Ryan b53337c215 Merge branch 'develop' into stdout-segment 2018-04-25 09:55:50 -04:00
Buck Ryan 73b01d6597 Revert "implement fix for #249"
This reverts commit 86fd04c7a8.

Closes #389
2018-04-22 12:13:10 -04:00
James Simas c64da3dde4 Update macOS section 2018-04-21 19:33:56 -07:00
Buck Ryan 08c07fa1f1 prepare 0.5.3 2018-04-21 17:50:42 -04:00
Buck Ryan bbb7354068
Merge pull request #388 from monicaycli/master
add gruvbox theme
2018-04-21 17:14:21 -04:00
Buck Ryan 5563655d82 prepare 0.5.2 2018-04-21 17:06:37 -04:00
Buck Ryan b2797c77cd README update including clarification of relation to powerline
Closes #329
2018-04-21 17:00:41 -04:00
Buck Ryan ac3be5f7b3 Better handling of invalid JSON config files
Closes #371
2018-04-21 16:44:48 -04:00
Buck Ryan 86fd04c7a8 implement fix for #249
closes #249
2018-04-21 16:15:12 -04:00
Buck Ryan 668a964291 update changes from #354 for py3 2018-04-21 15:59:39 -04:00
Buck Ryan 6eff2101be
Merge pull request #354 from comagnaw/fix_hostname_colorize
Fix hostname colorize
2018-04-21 15:59:07 -04:00
Monica Li 4e74b9a12a add gruvbox theme 2018-04-21 13:55:56 -04:00
Buck Ryan c9a1ea7f9f
Merge pull request #387 from AlvaroBernalG/master
Fix segment git_stash test failure
2018-04-20 11:05:13 -04:00
Alvaro Bernal 31bd259e9d Fix git_stash segment test failure 2018-04-20 14:13:58 +01:00
James Simas 8b9c0f2b80 Fix filename for macOS 2018-04-19 22:22:48 -07:00
Buck Ryan 8ff0806ac8 prepare 0.5.1 2018-04-13 10:14:42 -04:00
Buck Ryan e828f264be python3 compat for git_stash
fixes #384

tested py2 & py3
2018-04-13 10:13:25 -04:00
Buck Ryan 095dc37dd0 fix symbol for untracked 2018-04-10 16:16:48 -04:00