Commit graph

1425 commits

Author SHA1 Message Date
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
Takumi Sueda 8c3265f159 Add FuzzyLongest filter 2023-03-08 23:33:08 +09:00
Takumi Sueda 1e185a785f Add FuzzyLongestSort flag 2023-03-08 23:33:08 +09:00
Takumi Sueda 3af95d6d07 Bump Go version to 1.20.x 2023-03-08 23:32:32 +09:00
lestrrat ce38fa40be
Merge pull request #536 from cha147/patch-1
fix typos in readme
2022-07-14 07:30:04 +09:00
cha147 a7853fe85b fix typos in readme 2022-07-13 15:12:04 -07:00
lestrrat d4b3c115e9
Merge pull request #528 from peco/switch-github-actions
Switch to github actions from travis-ci
2021-07-30 12:30:04 +09:00
Shohei YOSHIDA 9c8756c26e Switch to github actions from travis-ci
Travis-CI is no longer available
2021-07-30 11:55:54 +09:00
Shohei YOSHIDA a1678931a9
Merge pull request #527 from shirayu/fix_typos
Fix typos
2021-07-26 12:27:08 +09:00
Yuta Hayashibe dc559668f3 Fix typos 2021-07-24 23:32:15 +09:00
lestrrat f39f746023 docs: update toc 2021-07-19 03:42:24 +00:00
lestrrat d350aae268
Merge pull request #526 from grawlinson/update_readme
docs: update reference to Arch Linux package
2021-07-19 12:42:03 +09:00
George Rawlinson 366ed21d52
docs: update reference to Arch Linux package 2021-07-19 02:38:50 +00:00
Daisuke Maki 27cc910092 Update Changes; v0.5.10 2021-06-08 18:15:34 +09:00
Daisuke Maki 21d3f70e05 Fix Makefile 2021-06-08 18:15:29 +09:00
Daisuke Maki bf09debbe1 Update Changes 2021-06-08 15:22:36 +09:00
Daisuke Maki 2550b108b1 do away with 386 2021-06-08 15:19:53 +09:00
Daisuke Maki ea18d1890f add go.sum 2021-06-07 22:48:32 +09:00