https://github.com/yoshinorin/gitbucket-code-search-plugin
This plugin provides link to GitBucket default code(file) search page on repositorie's sidebar menu.
https://github.com/yoshinorin/gitbucket-code-search-plugin
gitbucket gitbucket-plugin
Last synced: 6 months ago
JSON representation
This plugin provides link to GitBucket default code(file) search page on repositorie's sidebar menu.
- Host: GitHub
- URL: https://github.com/yoshinorin/gitbucket-code-search-plugin
- Owner: yoshinorin
- License: apache-2.0
- Created: 2017-12-03T16:12:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-06T16:12:48.000Z (about 4 years ago)
- Last Synced: 2025-09-02T15:00:31.126Z (6 months ago)
- Topics: gitbucket, gitbucket-plugin
- Language: Scala
- Homepage:
- Size: 34.2 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitbucket-code-search-plugin
# Features
This plugin provides link to GitBucket default code(file) search page on repositorie's sidebar menu.
# Images

# Download & Installation
1. Download plugin jar file from [the release page](//github.com/yoshinorin/gitbucket-code-search-plugin/releases).
2. Put plugin jar file into `GITBUCKET_HOME/plugins` and restart GitBucket.
# UI Usage
Goto the `repository` menu, you can see `Code search` section.
# Compatibility with GitBucket
|Plugin version|GitBucket version|
|:-------------:|:-------:|
|3.0.0|4.37.0 - |
|2.0.0|4.32.0 - 4.36.x|
|1.0.0|4.19.x - 4.31.x|
# Build from source
```sh
sbt assembly
```
The built package will be created at `/target/scala-2.13/gitbucket-code-search-plugin-{plugin-version}.jar`
# License
This project is under the Apache License, Version 2.0 License. See the [LICENSE](./LICENSE) file for the full license text.