[PR #163] [CLOSED] Feature/search bar #468

Closed
opened 2026-03-03 01:12:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/163
Author: @vivi7
Created: 4/7/2017
Status: Closed

Base: developHead: feature/search-bar


📝 Commits (9)

  • f6b3a64 Add backers and sponsors from Open Collective
  • 6cd28b8 Merge pull request #158 from piamancini/patch-1
  • 28dcefb fotKey/forKey type
  • be29204 Merge pull request #160 from DivineDominion/patch-1
  • 8879caa Config for run
  • 9998bba feature - search bar
  • 2382d03 Revert "Config for run"
  • 6015f44 Added case insensitive for searching text
  • 992b99f Search bar activable in general preferenze

📊 Changes

7 files changed (+215 additions, -49 deletions)

View changed files

📝 Clipy/Sources/Constants.swift (+1 -0)
📝 Clipy/Sources/Managers/MenuManager.swift (+68 -3)
📝 Clipy/Sources/Preferences/Panels/en.lproj/CPYGeneralPreferenceViewController.xib (+29 -18)
📝 Clipy/Sources/Preferences/Panels/ja.lproj/CPYGeneralPreferenceViewController.xib (+34 -18)
📝 Clipy/Sources/Services/HotKeyService.swift (+4 -4)
📝 Clipy/Sources/Utility/CPYUtilities.swift (+7 -6)
📝 README.md (+72 -0)

📄 Description

🚀 A search bar appears on the top of the menu, on enter it filter the results
(>= macOS 10.11)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Clipy/Clipy/pull/163 **Author:** [@vivi7](https://github.com/vivi7) **Created:** 4/7/2017 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `feature/search-bar` --- ### 📝 Commits (9) - [`f6b3a64`](https://github.com/Clipy/Clipy/commit/f6b3a645a01f90895cb5caf5495cee72f94dfb94) Add backers and sponsors from Open Collective - [`6cd28b8`](https://github.com/Clipy/Clipy/commit/6cd28b826fe5f08193f66f4c12f40dcf015cac73) Merge pull request #158 from piamancini/patch-1 - [`28dcefb`](https://github.com/Clipy/Clipy/commit/28dcefb75def15aa5f206c3319555d67ebd70f9e) fotKey/forKey type - [`be29204`](https://github.com/Clipy/Clipy/commit/be292042c5546d858b782364073549122518dcb6) Merge pull request #160 from DivineDominion/patch-1 - [`8879caa`](https://github.com/Clipy/Clipy/commit/8879caaa970740759a67eeee6e361c378477b768) Config for run - [`9998bba`](https://github.com/Clipy/Clipy/commit/9998bba763d2494494c0440913fc56f81fb105b7) feature - search bar - [`2382d03`](https://github.com/Clipy/Clipy/commit/2382d03cb14bd65c06399e3d01bca5d59d90bd71) Revert "Config for run" - [`6015f44`](https://github.com/Clipy/Clipy/commit/6015f44f1c8a20a9e95802892a2ad324570ec3b0) Added case insensitive for searching text - [`992b99f`](https://github.com/Clipy/Clipy/commit/992b99fc225de750de551c15f971ed043e8b5fe9) Search bar activable in general preferenze ### 📊 Changes **7 files changed** (+215 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `Clipy/Sources/Constants.swift` (+1 -0) 📝 `Clipy/Sources/Managers/MenuManager.swift` (+68 -3) 📝 `Clipy/Sources/Preferences/Panels/en.lproj/CPYGeneralPreferenceViewController.xib` (+29 -18) 📝 `Clipy/Sources/Preferences/Panels/ja.lproj/CPYGeneralPreferenceViewController.xib` (+34 -18) 📝 `Clipy/Sources/Services/HotKeyService.swift` (+4 -4) 📝 `Clipy/Sources/Utility/CPYUtilities.swift` (+7 -6) 📝 `README.md` (+72 -0) </details> ### 📄 Description 🚀 A search bar appears on the top of the menu, on enter it filter the results (>= macOS 10.11) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:12:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Clipy#468
No description provided.