• Stars
    star
    292
  • Rank 136,819 (Top 3 %)
  • Language
    Swift
  • License
    The Unlicense
  • Created almost 11 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A visible indicator of the current input source for macOS.

Build Status License

ShowyEdge

ShowyEdge displays a color bar at the top edge of the screen depending on the current input source. You can recognize the current input source very easily even if you are using fullscreen apps.

Web pages

https://showyedge.pqrs.org/

System requirements

macOS 11 Big Sur or later

How to build

System Requirements:

Steps

  1. Get source code by executing a following command in Terminal.app.

    git clone --depth 1 https://github.com/pqrs-org/ShowyEdge.git
    cd ShowyEdge
    git submodule update --init --recursive --depth 1
  2. Find your codesign identity if you have one.
    (Skip this step if you don't have your codesign identity.)

    security find-identity -p codesigning -v | grep 'Developer ID Application'

    The result is as follows.

    1) 8D660191481C98F5C56630847A6C39D95C166F22 "Developer ID Application: Fumihiko Takayama (G43BCU2T37)"
    

    Your codesign identity is 8D660191481C98F5C56630847A6C39D95C166F22 in the above case.

  3. Set environment variable to use your codesign identity.
    (Skip this step if you don't have your codesign identity.)

    export PQRS_ORG_CODE_SIGN_IDENTITY=8D660191481C98F5C56630847A6C39D95C166F22
  4. Build a package by executing a following command in Terminal.app.

    cd ShowyEdge
    make clean all

    Then, ShowyEdge-VERSION.dmg has been created in the current directory. It's a distributable package.

    Note: If you don't have codesign identity, the dmg works only on your machine.

More Repositories

1

Karabiner-Elements

Karabiner-Elements is a powerful utility for keyboard customization on macOS Sierra (10.12) or later.
C++
17,856
star
2

KE-complex_modifications

Karabiner-Elements complex_modifications rules
JavaScript
1,251
star
3

Karabiner-DriverKit-VirtualHIDDevice

C++
206
star
4

Tinkle

Swift
76
star
5

osx-event-observer-examples

Objective-C++
64
star
6

Karabiner-VirtualHIDDevice

Karabiner-VirtualHIDDevice is a virtual HID device driver for macOS.
C++
55
star
7

TrueWidget

Swift
38
star
8

osx-hid-inspector

C++
25
star
9

repository-overview

Overview of pqrs.org repositories
20
star
10

BulletGBA

C++
14
star
11

disable-draganddrop-tb

A Thunderbird add-on which disables drag and drop on the folder tree in order to prevent unintended folder movement.
JavaScript
9
star
12

Vulkanon

C++
8
star
13

NesterDC

C
5
star
14

cpp-osx-launchctl

C++
4
star
15

cpp-osx-iokit_service_monitor

C++
4
star
16

cpp-osx-iokit_hid_element

C++
3
star
17

pqrs.org

HTML
3
star
18

cpp-osx-iokit_registry_entry

C++
2
star
19

cpp-osx-accessibility

C++
2
star
20

cpp-osx-system_preferences_monitor

C++
2
star
21

cpp-process

C++
2
star
22

cpp-osx-iokit_iterator

C++
2
star
23

cpp-osx-system_preferences

C++
2
star
24

cpp-osx-iokit_types

C++
2
star
25

gh-pages-karabiner-elements.pqrs.org

Makefile
2
star
26

gh-pages-ke-complex-modifications.pqrs.org

2
star
27

dcgnuboy

C
1
star
28

objc-weakify

Objective-C
1
star
29

cpp-osx-json_file_monitor

C++
1
star
30

cpp-osx-iokit_hid_manager

C++
1
star
31

cpp-osx-cg_event

C++
1
star
32

cpp-thread_wait

C++
1
star
33

cget-recipes

Python
1
star
34

cpp-osx-codesign

C++
1
star
35

cpp-osx-iokit_hid_value

C++
1
star
36

KE-complex_modifications-core

TypeScript
1
star
37

cpp-osx-iokit_hid_system

C++
1
star
38

cpp-osx-os_kext_return

C++
1
star