Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiraji/name-sticker-plugin
IntelliJ plugin that show name (or whatever you want to display) on IDE
https://github.com/shiraji/name-sticker-plugin
intellij-plugin kotlin
Last synced: about 1 month ago
JSON representation
IntelliJ plugin that show name (or whatever you want to display) on IDE
- Host: GitHub
- URL: https://github.com/shiraji/name-sticker-plugin
- Owner: shiraji
- License: apache-2.0
- Created: 2024-05-06T14:08:06.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-02T05:15:14.000Z (8 months ago)
- Last Synced: 2024-10-30T02:41:48.937Z (3 months ago)
- Topics: intellij-plugin, kotlin
- Language: Kotlin
- Homepage:
- Size: 21.6 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# name-sticker
[![Software License](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](https://github.com/shiraji/find-pull-request/blob/main/LICENSE)
IntelliJ plugin that displays project name in IDE. The name automatically dissapears when you focus to the IDE. This plugin is useful when you open multiple projects.
![intro](web/images/intro.gif)
## How to install
Use the IDE's plugin manager to install the latest version of the plugin.
## License
```
Copyright 2024 Yoshinori IsogaiLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```