summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Save rtree with go 1.20Sandro Jäckel2023-04-177-80/+79
|
* Merge pull request #8 from SuperSandro2000/dot-gitStefan Majewsky2022-04-012-4/+9
|\ | | | | Always append .git when searching to better support copied URLs from GitHub UI
| * rtree get: ignore .git when matching reposSandro Jäckel2022-04-011-1/+2
| |
| * Add repo.GitDirPath() and use itSandro Jäckel2022-04-012-3/+7
|/
* Bump to go 1.17 and update all dependenciesSandro Jäckel2022-04-01370-97323/+55249
|
* Merge pull request #7 from SuperSandro2000/absorbed-git-dirStefan Majewsky2021-09-101-2/+4
|\ | | | | rtree: fix error when running `rtree index` and absorbed .git dirs where indexed
| * rtree: fix error when running `rtree index` and absorbed .git dirs where indexedSandro Jäckel2021-09-101-2/+4
|/ | | | | | | | | | | The fixes the following error when /home/user/src/vscode-settings/ is a git repo with an absorbed .git dir where .git points to the real repo ``` $ rtree index repository /home/sandro/src/exampleA has been deleted -> delete from index !! expected repository at /home/user/src/exampleB/.git, but is not a directory ```
* Merge branch 'strip-git'Stefan Majewsky2021-09-081-3/+5
|\
| * also strip final .git from clone URLs that are not SSH syntaxStefan Majewsky2021-09-081-2/+3
| |
| * rtree: strip final .git from clone URLsSandro Jäckel2021-09-081-1/+2
|/ | | | otherwise paths contain a final .git when using the clone URLs copied from the GitHub Web UI
* prettyprompt: fix display of ~ in terminal titlev2021.2Stefan Majewsky2021-03-051-3/+5
|
* prettyprompt: fix zsh line length computationStefan Majewsky2021-03-051-2/+4
|
* prettyprompt: visual warning when accessing a productive k8s clusterv2021.1Stefan Majewsky2021-03-051-5/+9
|
* prettyprompt: show hostname and shortened pwd in terminal titleStefan Majewsky2021-03-054-5/+67
|
* modernize buildsystemv2020.2Stefan Majewsky2020-11-272-32/+34
|
* prettyprompt: support u8sStefan Majewsky2020-11-271-1/+39
|
* rtree index: reformat remote URLs into their compact formsv2020.1Stefan Majewsky2020-03-302-0/+25
|
* rtree: always store compact remote URLs in the index fileStefan Majewsky2020-03-306-65/+90
| | | | Includes a refactor to use a type RemoteURL with a more natural API.
* add test coverage for ExpandRemoteURL, add ContractRemoteURLStefan Majewsky2020-03-282-0/+87
|
* remove i3status appletStefan Majewsky2020-03-286-313/+1
| | | | I'm now using https://github.com/greshake/i3status-rust instead.
* rename pkg/ to internal/Stefan Majewsky2020-03-2821-14/+14
|
* use correct GOPATH for `go list`Stefan Majewsky2019-10-291-3/+3
|
* switch to go.modStefan Majewsky2019-10-29667-116999/+134337
|
* prettyprompt: ref file must be preferred over packed-refsStefan Majewsky2018-12-221-18/+23
|
* prettyprompt: understand git packed-refsStefan Majewsky2018-12-221-1/+17
|
* macOS supportStefan Majewsky2018-08-271-1/+3
|
* i3status: do not show network indicator if no IP addressStefan Majewsky2017-11-171-0/+3
|
* i3status: fix AC adapter recognitionStefan Majewsky2017-11-171-3/+3
|
* i3status: add IP addresses, avoid UnicodeStefan Majewsky2017-11-153-9/+82
|
* i3status: add battery blockStefan Majewsky2017-11-152-10/+102
|
* add i3status applet, initially with a clock onlyStefan Majewsky2017-11-154-1/+145
|
* fix handling of Git submodulesStefan Majewsky2017-10-063-17/+53
|
* fix formattingStefan Majewsky2017-09-261-1/+1
|
* more explanation of rtree-getStefan Majewsky2017-09-261-1/+13
|
* fix prompt during `rtree get` when stdout redirectedStefan Majewsky2017-09-261-5/+1
|
* should not attempt to clone repo during rtree-dropStefan Majewsky2017-09-261-1/+1
|
* fix compile on macosStefan Majewsky2017-09-011-1/+2
|
* remove unnecessary parenthesesStefan Majewsky2017-08-312-2/+2
|
* document rtreeStefan Majewsky2017-08-311-3/+53
|
* prompt: add fields for active kubectl context and OpenStack credentialsStefan Majewsky2017-08-212-0/+85
|
* documentation for prettypromptStefan Majewsky2017-08-192-0/+36
|
* prompt: handle newly initialized Git repo without any commits correctlyStefan Majewsky2017-08-191-2/+6
|
* prettyprompt: show exit code of previous commandStefan Majewsky2017-08-193-3/+18
|
* prettyprompt: print second line with shell identification and prompt charStefan Majewsky2017-08-191-0/+11
|
* prettyprompt: add repo status displayStefan Majewsky2017-08-193-12/+80
|
* prettyprompt: show $TERM if not xterm-256colorStefan Majewsky2017-08-192-0/+33
|
* prettyprompt: highlight path elements inside Git repo (if any)Stefan Majewsky2017-08-191-9/+33
|
* prettyprompt: add accessibility check to cwd displayStefan Majewsky2017-08-192-17/+49
|
* prettyprompt: implement basic cwd displayStefan Majewsky2017-08-193-2/+124
|
* fix formatting errors for stderr messagesStefan Majewsky2017-08-191-3/+3
|