| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rtree: fix remote URL syncing when actual remote URL uses aliasesv2026.2 | Stefan Majewsky | 2026-06-10 | 2 | -5/+13 |
| | | |||||
| * | move primary upstream to git.xyrillian.de | Stefan Majewsky | 2026-06-10 | 10 | -21/+23 |
| | | |||||
| * | run `go fix ./...`v2026.1 | Stefan Majewsky | 2026-06-10 | 2 | -11/+10 |
| | | |||||
| * | rtree: add support for multiple URLs per remote | Stefan Majewsky | 2026-06-10 | 9 | -94/+169 |
| | | | | | | | | | | This requires changing the index format, which I'm using as an opportunity to: - move from YAML to JSON (so I can maybe kill the YAML parser dependency at some point) - move the index file into standard XDG paths | ||||
| * | bump all dependencies to their latest versions | Stefan Majewsky | 2026-06-09 | 124 | -1274/+3628 |
| | | |||||
| * | add mdeditv2025.1 | Stefan Majewsky | 2025-09-30 | 67 | -2/+13656 |
| | | |||||
| * | convert license headers to SPDX format | Stefan Majewsky | 2025-09-29 | 19 | -323/+38 |
| | | |||||
| * | run `modernize -fix ./...` | Stefan Majewsky | 2025-09-29 | 10 | -101/+14 |
| | | | | | | Also drop util/gocovcat.go which has been obsolete since 122068efd4a348921b736b4456d4e1c999dbfb79. | ||||
| * | replace deprecated dependencies with their successors | Stefan Majewsky | 2025-09-29 | 373 | -7171/+17944 |
| | | |||||
| * | Merge pull request #14 from SuperSandro2000/fixes | Stefan Majewsky | 2024-07-08 | 2 | -8/+8 |
| |\ | | | | | Fix lints reported by gopls | ||||
| | * | Fix lints reported by gopls | Sandro Jäckel | 2023-10-25 | 2 | -8/+8 |
| | | | |||||
| * | | Merge pull request #13 from SuperSandro2000/skip-no-remotes | Stefan Majewsky | 2024-07-08 | 1 | -2/+10 |
| |\ \ | |/ |/| | Don't add repos which have no remotes | ||||
| | * | Don't add repos which have no remotes | Sandro Jäckel | 2023-10-25 | 1 | -2/+10 |
| |/ | |||||
| * | prompt: fix qa/prod distinction for qa clusters that do not have qa as a prefix | Stefan Majewsky | 2023-10-25 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #12 from SuperSandro2000/ioutil | Stefan Majewsky | 2023-10-25 | 4 | -14/+10 |
| |\ | | | | | Remove deprecated ioutil | ||||
| | * | Remove deprecated ioutil | Sandro Jäckel | 2023-10-25 | 4 | -14/+10 |
| |/ | |||||
| * | bump all dependencies to their latest versions | Stefan Majewsky | 2023-10-25 | 281 | -15807/+47471 |
| | | |||||
| * | Merge pull request #10 from SuperSandro2000/fixup | Stefan Majewsky | 2023-04-26 | 1 | -1/+1 |
| |\ | | | | | Fix comment | ||||
| | * | Fix comment | Sandro Jäckel | 2023-04-17 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #9 from SuperSandro2000/dont-compact | Stefan Majewsky | 2023-04-17 | 8 | -88/+87 |
| |\ | | | | | Don't compact URLs | ||||
| | * | Only use compact URL in UI, not in written files | Sandro Jäckel | 2023-04-17 | 3 | -8/+8 |
| | | | | | | | | | | | many tools like eg some vscode extensions can parse the git remotes but do not respect git aliases and fail to understand shorthands like gh:majewsky/gofu | ||||
| | * | Save rtree with go 1.20 | Sandro Jäckel | 2023-04-17 | 7 | -80/+79 |
| |/ | |||||
| * | Merge pull request #8 from SuperSandro2000/dot-git | Stefan Majewsky | 2022-04-01 | 2 | -4/+9 |
| |\ | | | | | Always append .git when searching to better support copied URLs from GitHub UI | ||||
| | * | rtree get: ignore .git when matching repos | Sandro Jäckel | 2022-04-01 | 1 | -1/+2 |
| | | | |||||
| | * | Add repo.GitDirPath() and use it | Sandro Jäckel | 2022-04-01 | 2 | -3/+7 |
| |/ | |||||
| * | Bump to go 1.17 and update all dependencies | Sandro Jäckel | 2022-04-01 | 370 | -97323/+55249 |
| | | |||||
| * | Merge pull request #7 from SuperSandro2000/absorbed-git-dir | Stefan Majewsky | 2021-09-10 | 1 | -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 indexed | Sandro Jäckel | 2021-09-10 | 1 | -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 Majewsky | 2021-09-08 | 1 | -3/+5 |
| |\ | |||||
| | * | also strip final .git from clone URLs that are not SSH syntax | Stefan Majewsky | 2021-09-08 | 1 | -2/+3 |
| | | | |||||
| | * | rtree: strip final .git from clone URLs | Sandro Jäckel | 2021-09-08 | 1 | -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.2 | Stefan Majewsky | 2021-03-05 | 1 | -3/+5 |
| | | |||||
| * | prettyprompt: fix zsh line length computation | Stefan Majewsky | 2021-03-05 | 1 | -2/+4 |
| | | |||||
| * | prettyprompt: visual warning when accessing a productive k8s clusterv2021.1 | Stefan Majewsky | 2021-03-05 | 1 | -5/+9 |
| | | |||||
| * | prettyprompt: show hostname and shortened pwd in terminal title | Stefan Majewsky | 2021-03-05 | 4 | -5/+67 |
| | | |||||
| * | modernize buildsystemv2020.2 | Stefan Majewsky | 2020-11-27 | 2 | -32/+34 |
| | | |||||
| * | prettyprompt: support u8s | Stefan Majewsky | 2020-11-27 | 1 | -1/+39 |
| | | |||||
| * | rtree index: reformat remote URLs into their compact formsv2020.1 | Stefan Majewsky | 2020-03-30 | 2 | -0/+25 |
| | | |||||
| * | rtree: always store compact remote URLs in the index file | Stefan Majewsky | 2020-03-30 | 6 | -65/+90 |
| | | | | | Includes a refactor to use a type RemoteURL with a more natural API. | ||||
| * | add test coverage for ExpandRemoteURL, add ContractRemoteURL | Stefan Majewsky | 2020-03-28 | 2 | -0/+87 |
| | | |||||
| * | remove i3status applet | Stefan Majewsky | 2020-03-28 | 6 | -313/+1 |
| | | | | | I'm now using https://github.com/greshake/i3status-rust instead. | ||||
| * | rename pkg/ to internal/ | Stefan Majewsky | 2020-03-28 | 21 | -14/+14 |
| | | |||||
| * | use correct GOPATH for `go list` | Stefan Majewsky | 2019-10-29 | 1 | -3/+3 |
| | | |||||
| * | switch to go.mod | Stefan Majewsky | 2019-10-29 | 667 | -116999/+134337 |
| | | |||||
| * | prettyprompt: ref file must be preferred over packed-refs | Stefan Majewsky | 2018-12-22 | 1 | -18/+23 |
| | | |||||
| * | prettyprompt: understand git packed-refs | Stefan Majewsky | 2018-12-22 | 1 | -1/+17 |
| | | |||||
| * | macOS support | Stefan Majewsky | 2018-08-27 | 1 | -1/+3 |
| | | |||||
| * | i3status: do not show network indicator if no IP address | Stefan Majewsky | 2017-11-17 | 1 | -0/+3 |
| | | |||||
| * | i3status: fix AC adapter recognition | Stefan Majewsky | 2017-11-17 | 1 | -3/+3 |
| | | |||||
| * | i3status: add IP addresses, avoid Unicode | Stefan Majewsky | 2017-11-15 | 3 | -9/+82 |
| | | |||||
