Commit graph

  • 941739b1ad
    Update README.md main Aurélien Rainone 2026-02-17 09:43:13 +0100
  • 2e9ceb19d9
    feat: add install.sh script (#120) Chaitanya Sharma 2025-08-11 13:11:56 +0530
  • a1a27166cc refactor: rename install -> install.sh Chaitanya Sharma 2025-08-11 13:02:41 +0530
  • 6662631da0
    Cosmetics: make tests easier to maintain (#139) Aurélien Rainone 2025-08-10 19:27:18 +0200
  • c03ad1b94f Cosmetics: make tests easier to maintain Aurélien Rainone 2025-08-10 19:24:55 +0200
  • 87c165c15c Simplify approach: replace raw strings with readable placeholders using basic search and replace copilot-swe-agent[bot] 2025-08-10 16:16:26 +0000
  • 40d2b1a367 Complete conversion of all test cases to readable placeholders copilot-swe-agent[bot] 2025-08-10 16:03:21 +0000
  • 9ec1f71431 Add helper functions and update TestFlags to use readable placeholders copilot-swe-agent[bot] 2025-08-10 15:56:53 +0000
  • f4b5e68c8e Initial plan copilot-swe-agent[bot] 2025-08-10 15:49:26 +0000
  • 6a169c649f
    Fix flags_without_count option behavior for empty symbols (#136) Copilot 2025-08-10 17:38:21 +0200
  • 0ecaeb9cd9 Address review feedback: refactor formatFlag to appendFlag, update README and tests copilot-swe-agent[bot] 2025-08-10 13:10:45 +0000
  • 886b2eacab Fix flags_without_count option behavior for empty symbols copilot-swe-agent[bot] 2025-08-10 11:48:23 +0000
  • 070be8e618 Initial plan copilot-swe-agent[bot] 2025-08-10 11:40:57 +0000
  • 883c536c88 Address review feedback: table alignment, refactor to appendFlag, add combination tests copilot-swe-agent[bot] 2025-07-31 10:58:34 +0000
  • b5ecc964fc Implement hide_flag_count_if_empty_symbol option with tests and documentation copilot-swe-agent[bot] 2025-07-31 10:32:35 +0000
  • ae95b7469d Initial plan copilot-swe-agent[bot] 2025-07-31 10:21:23 +0000
  • 70a31330cd
    Add ability to hide specific flags by setting their symbols to empty string (#132) Copilot 2025-07-31 12:15:18 +0200
  • a0c54a0b13 Test commit for clean state copilot-swe-agent[bot] 2025-07-31 10:03:38 +0000
  • 500a3a3f2e Initial plan copilot-swe-agent[bot] 2025-07-31 09:54:27 +0000
  • 3d6516be61
    Repository gardening (#131) Aurélien Rainone 2025-07-31 11:47:06 +0200
  • 193dd1c22d .github: add copilot instructions Aurélien Rainone 2025-07-31 11:44:38 +0200
  • 91c64047f9 .github: improve pull request template Aurélien Rainone 2025-07-31 11:44:22 +0200
  • 431fb6bc4f goreleaser: remove brew-specific configuration Aurélien Rainone 2025-07-31 11:43:11 +0200
  • d25e0e7a91 ci: remove brew tag check from workflow Aurélien Rainone 2025-07-31 11:11:55 +0200
  • a5c6f875cd
    Update README.md (#130) Aurélien Rainone 2025-07-31 11:01:51 +0200
  • 28c7c0511b Update README.md Aurélien Rainone 2025-07-31 11:01:02 +0200
  • 5538825cd1
    Add flags_without_count option to show git status icons without counts (#129) v0.11.5 Copilot 2025-07-31 10:53:34 +0200
  • 6af350ee76 Fix README.md table alignment for flags_without_count option copilot-swe-agent[bot] 2025-07-31 08:44:19 +0000
  • 244586012a Update README.md to document flags_without_count option copilot-swe-agent[bot] 2025-07-31 08:30:40 +0000
  • 02e9240a8e Implement flags_without_count feature copilot-swe-agent[bot] 2025-07-31 08:20:49 +0000
  • 0ec8aa03ea Initial plan copilot-swe-agent[bot] 2025-07-31 08:11:06 +0000
  • 1094f6d743
    go.mod: revert use of gitmux as module name (#128) v0.11.4 Aurélien Rainone 2025-07-29 09:26:02 +0200
  • 1e3aad82e1 go.mod: revert use of gitmux as module name Aurélien Rainone 2025-07-29 09:24:20 +0200
  • 683db00eb2
    Bump deps and go version (#126) v0.11.3 Aurélien Rainone 2025-07-28 20:57:31 +0200
  • 6174fc40c4 Cosmetics Aurélien Rainone 2025-07-28 20:55:25 +0200
  • d25e1b6904 Bump dependencies and go version Aurélien Rainone 2025-07-28 20:55:09 +0200
  • eac38a7200
    Drop "tap" langauge for homebrew installation (#125) Josh Medeski 2025-07-28 12:49:22 -0500
  • faafa969ca
    Drop "tap" langauge for homebrew installation Josh Medeski 2025-07-28 12:45:35 -0500
  • 65d38e0845
    Cosmetics (#122) Aurélien Rainone 2025-02-20 01:21:05 +0530
  • 4132e9e9ac
    Cosmetics Aurélien Rainone 2025-02-20 01:07:44 +0530
  • 31413d56cd fix(install): should exit early if curl is not found Chaitanya Sharma 2024-06-10 04:05:51 +0530
  • b2601bb2e8 docs(install): say that INSTALL_PATH is required Chaitanya Sharma 2024-06-10 04:05:22 +0530
  • ae7894d3e7 feat: add help command to installation script Chaitanya Sharma 2024-06-10 03:55:07 +0530
  • 78635ecfe5 feat(install): ask install path as an envvar Chaitanya Sharma 2024-06-10 03:53:48 +0530
  • d8897192f4 feat: add installation script Chaitanya Sharma 2024-06-10 02:42:37 +0530
  • 88a3d6df03
    Fix/ci and brew tap (#119) v0.11.2 Aurélien Rainone 2024-06-09 10:17:09 +0200
  • 7a8693e408 goreleaser: fix s/brew.folder/directory Aurélien Rainone 2024-06-09 10:15:50 +0200
  • 7148bc603e ci: bump action versions Aurélien Rainone 2024-06-09 10:11:18 +0200
  • 2e50ec1adb
    Fix/goreleaser version (#118) v0.11.1 Aurélien Rainone 2024-06-09 10:05:42 +0200
  • 213f99100a goreleaser: upgrade from v1 to v2 Aurélien Rainone 2024-06-09 10:04:13 +0200
  • 671ccdf654 .gitignore: add gitmux Aurélien Rainone 2024-06-09 10:04:00 +0200
  • bb31d3084e
    feat: trim branch from center (#116) v0.11.0 Alejandro Rivera 2024-06-09 00:47:49 -0700
  • 962fc76810
    Merge branch 'main' into feat/trim-branch-from-center Aurélien Rainone 2024-06-09 09:47:10 +0200
  • 0323aecf71
    Feature/space between divergence (#117) Aurélien Rainone 2024-06-09 09:42:25 +0200
  • 9ea06858cd tmux: fix divergence-space and improve test cases Aurélien Rainone 2024-06-09 09:39:19 +0200
  • 4f7a4f2de0 tmux: gofmt Aurélien Rainone 2024-06-09 09:38:56 +0200
  • a08d5ef63d Update README: reformat Aurélien Rainone 2024-06-09 09:38:33 +0200
  • e1e1966e04 .gitmux.yml: document new option Aurélien Rainone 2024-06-09 09:38:08 +0200
  • 45568dc710 feat: trim branch from center Alejandro Rivera 2024-06-08 19:37:27 -0700
  • 33eb0cfd47
    add tests and rename option marcoSven 2024-04-16 13:26:53 -0700
  • 2f3dbaba49
    feat: option to add space between behind & ahead upstream marcoSven 2024-04-15 05:58:00 -0700
  • b821624bad
    Set 'Clear' to #[none] (#108) v0.10.4 Aurélien Rainone 2024-01-02 20:00:48 +0100
  • 456010495b Always append the Clear attribute to gitmux status string Aurélien Rainone 2024-01-02 19:57:22 +0100
  • 17c9f2d66d Default 'Clear' style is now #[none] Aurélien Rainone 2024-01-02 19:56:27 +0100
  • f2eadae667 Cosmetics Aurélien Rainone 2024-01-02 19:56:12 +0100
  • 076c75ffd4
    Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 (#103) v0.10.3 dependabot[bot] 2023-08-30 18:36:21 +0200
  • 2049a72f5c
    Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 dependabot[bot] 2023-08-30 14:11:39 +0000
  • 64e275a515 tmux: make tests easier to read issue-97 Aurélien Rainone 2023-04-12 10:01:28 +0200
  • 5479145cfc
    Adding swap_divergence flag (#98) Hassaan Khan 2023-04-10 03:25:02 -0400
  • 387a69d587 Added swap_divergence option to default gitmux.yml hqkhan 2023-04-10 02:34:02 +0000
  • 7bac1201bc wip Aurélien Rainone 2023-04-09 12:21:13 +0200
  • fb196bfd5d Added tests for swap_divergence option hqkhan 2023-04-07 20:33:35 +0000
  • c16b59c48d Updated readme, improved style hqkhan 2023-04-07 19:53:08 +0000
  • ab5cf2f38c Adding swap_divergence flag hqkhan 2023-04-07 18:41:29 +0000
  • 3e552aaf8f
    README.md: fix badges Aurélien Rainone 2023-04-06 00:18:12 +0200
  • 62b966b221
    Reset fb and bg to default at the end of the output (#96) v0.10.2 Aurélien Rainone 2023-04-05 19:17:12 +0200
  • 3ee74a7a93 Reset fb and bg to default at the end of the output Aurélien Rainone 2023-04-05 19:11:31 +0200
  • 0e8dbbaac2 feat: add trailing space option Josh Medeski 2023-03-22 10:54:09 -0500
  • 7139d16775 chore: make comment consistent with period. Josh Medeski 2023-03-22 10:53:00 -0500
  • 25d89f7df9
    fix: only render if hideClean is false and there are stashes (#93) v0.10.1 Josh Medeski 2023-03-22 10:34:45 -0500
  • 442294ab96 fix: test Josh Medeski 2023-03-22 10:27:38 -0500
  • 9e1d05e78b fix: only render if hideClean is false and there are stashes Josh Medeski 2023-03-22 10:17:02 -0500
  • 395d66dcc3
    feat: separate layout items with spaces (#91) v0.10.0 Josh Medeski 2023-03-22 08:08:19 -0500
  • 4f334db691 Fix spacing in default config Aurélien Rainone 2023-03-22 13:56:09 +0100
  • af0aaa2513 Take care of elements spacing in format() Aurélien Rainone 2023-03-21 21:50:18 +0100
  • 3f2a24f884 Remove bytes.Buffer, status functions return strings Aurélien Rainone 2023-03-21 21:38:53 +0100
  • 6e3efe6dfb test: trailing spaces on all components Josh Medeski 2023-03-08 09:39:49 -0600
  • 739b3a63a5 feat: add trailing space to clean section Josh Medeski 2023-03-08 09:05:36 -0600
  • 128f732d88 feat: add trailing space to stats component Josh Medeski 2023-03-08 09:04:12 -0600
  • e8c1b7f82e fix: add space after stash Josh Medeski 2023-03-08 08:49:58 -0600
  • 5bf94fa6b1 docs: update layout example Josh Medeski 2023-03-07 19:29:27 -0600
  • b7c39e42fe feat: separate layout items with spaces Josh Medeski 2023-03-07 19:22:59 -0600
  • 2d1c132ecf
    feat: adds option to hide clean flag (#92) Josh Medeski 2023-03-16 11:54:35 -0500
  • 1e120da3db fix: whitespace in yml example Josh Medeski 2023-03-16 09:38:55 -0500
  • f7a6e21665 docs: add hide_clean to README Josh Medeski 2023-03-16 09:37:30 -0500
  • 87518ad468 test: options true and false Josh Medeski 2023-03-08 09:52:18 -0600
  • 586edf7250 test: hide clean option Josh Medeski 2023-03-08 09:51:13 -0600
  • 5f8ad64c2e feat: adds option to hide clean flag Josh Medeski 2023-03-07 19:47:02 -0600
  • 595c9fde2f
    Issue 82/comment default config (#87) v0.9.1 Aurélien Rainone 2023-02-18 02:39:56 +0100
  • 84788d62e8 tmux: remove DefaultCfg variable Aurélien Rainone 2023-02-18 02:32:44 +0100