🛠️▶️ Powerline Xcode Version Segment
Powerline status prompt segment which displays the active version of Xcode.
🤳🏻 Usage
Add the xcodeversion snippet below to your powerline theme JSON file.
{
"segments": {
"left": [
+ {
+ "function": "powerline_xcodeversion.xcodeversion",
+ "priority": 60
+ },
...
🔧 Configuration
The spacing and symbol in the xcodeversion section can be customized (or removed).
Add the following to your main
powerline/config.json
file:
{
"segment_data": {
+ "xcodeversion": {
+ "args": {
+ "format": "🛠 {}"
+ }
+ },
...
The example above shows the default format.
The {} will be replaced with the version number.
💡 Remember to kill the powerline daemon with powerline-daemon -k
so that your changes will show up immediately while you test configuration changes.
📄 License
This repo is licensed under the MIT License. See the LICENSE file for rights and limitations.
Release files for powerline-xcodeversion 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| powerline-xcodeversion-1.0.0.tar.gz | 2.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| powerline_xcodeversion-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:6.5 kB
Release files / powerline-xcodeversion-1.0.0.tar.gz
| Download URL | powerline-xcodeversion-1.0.0.tar.gz |
|---|---|
| Size | 2.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4e20e215cc71839de75ea91d730f37e4adcbe429d9a87aaf97abce60496d42e8
|
|
BLAKE2b-256 checksum How to use checksums |
42f39785c6fcb962cea9e1f2f8010a40f2a1478048490563cfa6cc1cfcb07eac
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2
|
Release files / powerline_xcodeversion-1.0.0-py3-none-any.whl
| Download URL | powerline_xcodeversion-1.0.0-py3-none-any.whl |
|---|---|
| Size | 3.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1ed41803cbf15764321be020df169f4a5a0987eaf131957f0b2d5eb33398e334
|
|
BLAKE2b-256 checksum How to use checksums |
7d53af90047e9ec3514ec0444a2f22a6589d7c340c0b7d78f67b52d7e808b016
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2
|