Commit graph

1442 commits

Author SHA1 Message Date
Daisuke Maki e4f2b4837d optimizations around memory usage 2026-02-14 15:47:37 +09:00
lestrrat 95f9dba8ad
Merge pull request #571 from peco/dependabot/go_modules/github.com/google/btree-1.1.3
Bump github.com/google/btree from 1.1.2 to 1.1.3
2026-02-14 15:27:04 +09:00
dependabot[bot] 3621c464d4
Bump github.com/google/btree from 1.1.2 to 1.1.3
Bumps [github.com/google/btree](https://github.com/google/btree) from 1.1.2 to 1.1.3.
- [Commits](https://github.com/google/btree/compare/v1.1.2...v1.1.3)

---
updated-dependencies:
- dependency-name: github.com/google/btree
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-14 06:25:06 +00:00
lestrrat d7fde6ac27
Merge pull request #570 from peco/dependabot/go_modules/github.com/jessevdk/go-flags-1.6.1
Bump github.com/jessevdk/go-flags from 1.5.0 to 1.6.1
2026-02-14 15:24:20 +09:00
dependabot[bot] 72dc9483ca
Bump github.com/jessevdk/go-flags from 1.5.0 to 1.6.1
Bumps [github.com/jessevdk/go-flags](https://github.com/jessevdk/go-flags) from 1.5.0 to 1.6.1.
- [Release notes](https://github.com/jessevdk/go-flags/releases)
- [Commits](https://github.com/jessevdk/go-flags/compare/v1.5.0...v1.6.1)

---
updated-dependencies:
- dependency-name: github.com/jessevdk/go-flags
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-14 00:27:11 +00:00
lestrrat 6caeefc551
Merge pull request #569 from peco/dependabot/go_modules/github.com/stretchr/testify-1.11.1
Bump github.com/stretchr/testify from 1.8.4 to 1.11.1
2026-02-14 09:26:28 +09:00
lestrrat e53e2c6213
Merge pull request #568 from peco/dependabot/go_modules/github.com/mattn/go-runewidth-0.0.19
Bump github.com/mattn/go-runewidth from 0.0.15 to 0.0.19
2026-02-14 09:26:19 +09:00
dependabot[bot] c3d9ee0527
Bump github.com/stretchr/testify from 1.8.4 to 1.11.1
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.11.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-14 00:23:44 +00:00
dependabot[bot] 247683e347
Bump github.com/mattn/go-runewidth from 0.0.15 to 0.0.19
Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.15 to 0.0.19.
- [Commits](https://github.com/mattn/go-runewidth/compare/v0.0.15...v0.0.19)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-runewidth
  dependency-version: 0.0.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-14 00:23:40 +00:00
lestrrat 1fc9c00698
Merge pull request #567 from peco/migrate-tcell
tcell migration
2026-02-14 09:23:07 +09:00
Daisuke Maki 0531cfd20a Properly reset screen 2026-02-14 09:13:18 +09:00
Daisuke Maki db63d9f380 Add linting fixes 2026-02-14 07:48:23 +09:00
Daisuke Maki 8356007755 Updae workflows 2026-02-13 20:07:44 +09:00
Daisuke Maki 7d42de7860 actual migration 2026-02-13 19:48:39 +09:00
Daisuke Maki e9c5582ba1 Initial pass 2026-02-13 12:35:06 +09:00
lestrrat 288862215c
Merge pull request #565 from ElementalWarrior/fix-makefile
Fix the makefile (dead glide refs, fix .phony)
2025-11-10 08:31:18 +09:00
James McDonnell 0c4112ee16 Add missing newline at the end of .gitignore 2025-11-09 15:02:10 -08:00
lestrrat 7b17e88d96
Merge branch 'master' into fix-makefile 2025-11-10 08:00:42 +09:00
lestrrat fa33145d71
Merge pull request #564 from ElementalWarrior/iregexp
Add case insensitive regex as a filter option
2025-11-10 08:00:30 +09:00
lestrrat 1ed60d275f
Merge branch 'master' into iregexp 2025-11-10 07:58:46 +09:00
lestrrat 5e01c7ce2f
Merge pull request #563 from ElementalWarrior/fix-query-toggle
Fix toggle query (C-t)
2025-11-10 07:58:07 +09:00
James McDonnell ccf33a8e97 Update readme to just use make 2025-11-09 14:45:52 -08:00
James McDonnell 5d9f2a78de Fix the makefile (dead glide refs, fix .phony)
Some of these variables were only referenced in old glide code,
which was partially removed.

Also the .PHONY line needed updating, for example, calling Building releases/peco_linux_amd64/peco
more than once would not output a new binary.

The release folder should be excluded from git, you don't want to commit
build artefacts.
2025-11-09 14:45:11 -08:00
James McDonnell 6d0ff86f90 Add case insensitive regex as a filter option
Regexp is the only way to do boolean OR searches.

Having the option to not have to type  is really convenient
2025-11-09 14:39:57 -08:00
James McDonnell 23707858fe Installdeps was removed from Makefile 2025-11-09 11:32:53 -08:00
James McDonnell 82faeab193 Fix toggle query
This logic makes no sense. It would just immediately undo the line preceeding
2025-11-09 11:32:36 -08:00
lestrrat a3f06f11be
Merge pull request #561 from eunos-1128/feature/readme-conda-installaion
Add installation instructions for the conda-format package
2025-06-22 05:56:28 +09:00
UENO, M. 1543952823
Add installation instructions for the conda-format package 2025-06-21 15:37:50 +09:00
lestrrat 51f38bf44c
Merge pull request #550 from peco/dependabot/go_modules/github.com/pkg/errors-0.9.1
Bump github.com/pkg/errors from 0.0.0-20161029093637-248dadf4e906 to 0.9.1
2023-09-17 07:43:47 +09:00
dependabot[bot] 330bd08291
Bump github.com/pkg/errors
Bumps [github.com/pkg/errors](https://github.com/pkg/errors) from 0.0.0-20161029093637-248dadf4e906 to 0.9.1.
- [Release notes](https://github.com/pkg/errors/releases)
- [Commits](https://github.com/pkg/errors/commits/v0.9.1)

---
updated-dependencies:
- dependency-name: github.com/pkg/errors
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-16 22:40:20 +00:00
lestrrat 06617b8768
Merge pull request #549 from peco/dependabot/go_modules/github.com/google/btree-1.1.2
Bump github.com/google/btree from 0.0.0-20161213163243-0c3044bc8bad to 1.1.2
2023-09-17 07:39:46 +09:00
dependabot[bot] 0fcedc33d9
Bump github.com/google/btree
Bumps [github.com/google/btree](https://github.com/google/btree) from 0.0.0-20161213163243-0c3044bc8bad to 1.1.2.
- [Commits](https://github.com/google/btree/commits/v1.1.2)

---
updated-dependencies:
- dependency-name: github.com/google/btree
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-16 22:32:30 +00:00
lestrrat 41a1b95a91
Merge pull request #548 from peco/dependabot/go_modules/github.com/jessevdk/go-flags-1.5.0
Bump github.com/jessevdk/go-flags from 1.1.0 to 1.5.0
2023-09-17 07:31:57 +09:00
lestrrat fd875d9739
Merge branch 'master' into dependabot/go_modules/github.com/jessevdk/go-flags-1.5.0 2023-09-17 07:27:36 +09:00
lestrrat 427ee9eb89
Merge pull request #547 from peco/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2023-09-17 07:27:22 +09:00
lestrrat 73738a251b
Merge branch 'master' into dependabot/github_actions/actions/checkout-4 2023-09-17 07:20:22 +09:00
dependabot[bot] 49aa736533
Bump github.com/jessevdk/go-flags from 1.1.0 to 1.5.0
Bumps [github.com/jessevdk/go-flags](https://github.com/jessevdk/go-flags) from 1.1.0 to 1.5.0.
- [Release notes](https://github.com/jessevdk/go-flags/releases)
- [Commits](https://github.com/jessevdk/go-flags/compare/v1.1...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/jessevdk/go-flags
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-16 22:19:29 +00:00
lestrrat 2ae9bd4c59
Merge pull request #546 from peco/dependabot/go_modules/github.com/stretchr/testify-1.8.4
Bump github.com/stretchr/testify from 0.0.0-20161117074351-18a02ba4a312 to 1.8.4
2023-09-17 07:18:55 +09:00
dependabot[bot] d91744a24b
Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-16 22:16:03 +00:00
lestrrat 16e8a9f97d
Merge branch 'master' into dependabot/go_modules/github.com/stretchr/testify-1.8.4 2023-09-17 07:15:53 +09:00
lestrrat 6468ffad6e
Merge pull request #545 from peco/dependabot/github_actions/actions/setup-go-4
Bump actions/setup-go from 2 to 4
2023-09-17 07:15:30 +09:00
dependabot[bot] 8f1e90e10e
Bump github.com/stretchr/testify
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 0.0.0-20161117074351-18a02ba4a312 to 1.8.4.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/commits/v1.8.4)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-16 22:00:49 +00:00
dependabot[bot] 819ab79a8a
Bump actions/setup-go from 2 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-16 22:00:46 +00:00
lestrrat aa4c20d911
Merge pull request #544 from RincewindsHat/update_termbox_dependency
Dependency Update and automatic update checks
2023-09-17 07:00:29 +09:00
Lorenz Kästle f8145bb325 Add dependabot config 2023-09-15 14:48:16 +02:00
rincewind 2779a03cdd Update termbox-go dependency 2023-09-15 14:44:07 +02:00
Daisuke Maki 46703dc3aa Update Changes; version++ 2023-03-21 16:31:07 +09:00
lestrrat 7352294fa4 docs: update toc 2023-03-08 22:22:23 +00:00
lestrrat dd0d8ae00f
Merge pull request #539 from puhitaku/puhitaku/fuzzylongest
Add FuzzyLongest filter
2023-03-09 07:22:04 +09:00
Takumi Sueda 06a80bf8a9 Describe FuzzyLongestSort flag in the document 2023-03-08 23:46:19 +09:00