Showing 118 open source projects for "show key"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    Which Key

    Which Key

    Create key bindings that stick

    WhichKey helps you remember your Neovim keymaps, by showing available keybindings in a popup as you type.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    MiCla Key State

    MiCla Key State

    Permette di monitorare i pulsanti con blocco presenti sulla tastiera

    KeyState Allows you to monitor the locked buttons on the keyboard, and show the status in the system tray (tray bar) via bright icons. This program is designed for keyboards without LED lights, being able to show the condition of the keys directly on the screen. The controlled keys are: -Caps Lock (Caps Lock) -Numeric keypad lock (Num Lock - Num Lock) -Scroll lock (Scor Lock - Scroll Lock) Esp. KeyState le permite monitorear los botones bloqueados en el teclado y mostrar el estado en la...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Trippy

    Trippy

    A network diagnostic tool

    ...Interactive chart of RTT for all hops in a trace with zooming capability. Interactive GeoIp world map. Isolate and filter by individual tracing flows. Customizable color theme & key bindings. Customizable column order and visibility. Configuration via both command line arguments and a configuration file. Show multiple hosts per hop with ability to cap display to N hosts and show frequency %. Show hop details and navigate hosts within each hop. Freeze/unfreeze the Tui, reset the stats, flush the cache, and preserve the screen on exit...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    wego

    wego

    Weather app for the terminal

    wego is a weather client for the terminal. Config file for default location which can be overridden by commandline. Automatic config management with ingo. A working Go 1.5 environment (You can use goenv if your distribution does not support Go 1.5 yet). utf-8 terminal with 256 colors. A sane monospaced font containing all the required runes (I use dejavu sans mono). An API key for the backend. You can create an account and get a free API key by signing up. You can set the $WEGORC environment...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    CodexBar

    CodexBar

    Show usage stats for OpenAI Codex and Claude Code

    CodexBar is a lightweight macOS utility that displays real-time usage statistics for AI coding tools such as OpenAI Codex and Claude Code directly from the system menu bar. The application is designed to give developers quick visibility into token consumption and activity without requiring them to open web dashboards or log into provider portals. Built in Swift with a native macOS interface, it integrates seamlessly into the desktop environment and emphasizes minimal overhead. The tool is...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    Russh

    Russh

    Rust SSH client & server library

    ...The project also includes examples and discussion threads that show how other tools integrate it for web-based clients or gateway services. For teams building terminals, proxies, or embedded management planes, it offers a robust foundation without shelling out to external binaries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    EaseProbe

    EaseProbe

    A simple, standalone, and lightweight tool

    ...Connect to a given port using TLS and (optionally) validate for revoked or expired certificates. Run an SSH command on a remote host and check the CPU, Memory, and Disk usage. MySQL. Connect to a MySQL server and run the SHOW STATUS SQL. Redis. Connect to a Redis server and run the PING command. Memcache. Connect to a Memcache server and run the version command or validate a given key/value pair. MongoDB. Connect to a MongoDB server and perform a ping. Kafka. Connect to a Kafka server and perform a list of all topics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    winit

    winit

    Window handling library in pure Rust

    Cross-platform window creation and management in Rust. Winit is a window creation and management library. It can create windows and lets you handle events (for example the window being resized, a key being pressed, a mouse movement, etc.) produced by the window. Winit is designed to be a low-level brick in a hierarchy of libraries. Consequently, in order to show something on the window you need to use the platform-specific getters provided by winit, or another library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This is a Bourne shell script wrapper surrounding a pure postscript level 3 program to graphically display disk space usage output from the du program. Portability is key.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 10
    Runestone

    Runestone

    Performant plain text editor for iOS with syntax highlighting

    Performant plain text editor for iOS with syntax highlighting, line numbers, invisible characters and much more. Runestone uses GitHub's Tree-sitter to parse code to a syntax tree which is used for features that require an understanding of the code in the editor, for example syntax highlighting. Highlight ranges in the text view. Search the text using regular expressions. Automatically detects if a file is using spaces or tabs for indentation. Specify line endings (CR, LF, CRLF) to use when...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    NPKILL

    NPKILL

    List any node_modules directories in your system

    ...You can also use it without installing it by running npx npkill. Simply go from the terminal to the directory from which you want to search and type npkill. This will start the search and will show the node_modules directories next to their size. You can use the cursor arrows to move up or down. Pressing the Space key will erase the directory in which the cursor is located, freeing up that valuable space. This tool allows you to list any node_modules directories in your system, as well as the space they take up. You can then select which ones you want to erase to free up space. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    match-sorter

    match-sorter

    Simple, expected, and deterministic best-match sorting

    match-sorter is a small JavaScript library that takes a list of items and returns them sorted by how well they match a given search query. It is designed to produce “simple, expected, and deterministic” results so users see intuitive matches instead of opaque fuzzy scores. The core API accepts arrays of strings or objects and returns a filtered, ranked list, making it a natural fit for search boxes, autocomplete components, and table filtering. It supports a variety of advanced options, such...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    jsPicView

    HTML and JS based local pictures viewer, by Dr. ChenGuang

    Click the button and select one or multiple pictures with Shift-key or Ctrl-key and mouse-click. (Ctrl-a to select all the pictures in the folder) Double click on the image to show in full-screen, Esc-key to exit full-screen. Drag with left-mouse-button to move the picture. Mouse-wheel to show the next picture. Mouse-wheel with left-mouse-button held to rotate the picture. Mouse-wheel with right-mouse-button held to zoom the picture. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    audiostat

    X11 Popup that shows the state of your audiocontrol

    audiostat is a plain Xlib app to be used by any X11 windowmanager to show the state of your audiocontrol. Requirement: alsa-utils You can bind it to the audio-keys of your keyboard, As an example: I use the following keybindings in my .mwmrc: <Key>XF86AudioLowerVolume root|window|frame|icon f.exec "amixer set 'Master' 10%- > /dev/null; audiostat" <Key>XF86AudioRaiseVolume root|window|frame|icon f.exec "amixer set 'Master' 10%+ > /dev/null; audiostat" <Key>XF86AudioMute root|window|frame|icon f.exec "amixer set 'Master' toggle > /dev/null; audiostat"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    X509 GUI Certificate Viewer

    Display online (TLS, DTLS, OPC, QUIC, SMTP) & offline certificates

    Downloads: 11 This Week
    Last Update:
    See Project
  • 16
    BDE QR Generator

    BDE QR Generator

    Offline QR code generator for BDE

    Most QR codes are just text. When scanned with a USB reader, the reader just types out the text really quickly. It's difficult to type in a 55-character bitlocker key. This tool will create a QR code from a bitlocker key so you can plug a 2D barcode scanner into the affected computer, then scan the picture from the program. There's a section to allow you to create a QR with some cmd code to simplify the unlock and even delete a file. You can keep concatenating with &&. The screenshots section should show you everything you need to start using it. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 17
    TobbeOS

    TobbeOS

    TobbeOS is a GNU/Linux distro based on Arch linux

    ...TobbeOS is a GNU/Linux distro based on Arch linux, it is a full desktop with Qtile as its window manager and much more. Important keys to know about: Mod = Super key (Windows key) Mod + E - Open Emacs - Need to install with script tobbeos/emacs_install.sh Mod + Return - Open Terminal (Kitty) Mod + s - Show hotkeys Mod + left Shift + s - Show alias for fish shell Mod + left Shift + Tab - Open web browser (Zen) Mod + left Shift + q - kill window Mod + d - Rofi (Program Launcher) !!!!! ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    HyperX NGENUITY

    HyperX NGENUITY

    HyperX NGENUITY beta is all about you and the way you like to play.

    The new HyperX NGENUITY beta is all about you and the way you like to play. When paired with compatible products, you’ll be able to unlock customization tools in a clean, intuitive interface designed for effortless control. The beta is still a work in progress, but we’re excited to show you what we have in store.
    Downloads: 74 This Week
    Last Update:
    See Project
  • 19
    MemoryCleaner

    MemoryCleaner

    Windows memory cleaner tool for optimizing system performance

    ...Users can select memory types to clean, click immediate cleanup for manual cleaning, or enable automatic cleaning with set intervals. The system tray icon supports right-click menu and double-click to show/hide main window. Menu includes cleaning options, immediate cleanup, about info, and exit options. Notes: Some functions require admin.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    WallpaperChanger

    WallpaperChanger

    WallpaperChanger - a program for change wallpaper on time or manually

    WallpaperChanger - a program on windows for change wallpaper on time or manually (click on tray). The program is free and open source software.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Tasket++

    Tasket++

    Schedule automated simulations of actions you would perform on your PC

    Tasket++ version 1.6 (December 2025) Details of version 1.6 : Stable version, fully functional Those actions simulations are available : - Keys sequence - Move Cursor - Paste text - Run Windows system specific command (open files, folders, executables, url, shut down pc, reboot, kill processes, create files...) - Wait - Run another task And other features like data management, scheduled tasks at system startup, create desktop shortcut to autorun a task... The goal in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The program allows you to generate the hashes with the chosen algorithm (MD2, MD5, SHA-1, SHA-256, SHA-384 and SHA-512) of a single file or an entire folder (you can choose to scan the folder recursively or not recursively). It supports drag and drop of files and folders. The hash can be exported to text files. Compiled with openjdk 8. Usage: param 1: exclude symbolic links (0 or 1) [mandatory], param 2: exclude hidden files (0 or 1) [mandatory], param 3: folders to exclude [optional],...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    tksolfege ear training program

    tksolfege ear training program

    Music ear training exercises

    Tksolfege is an ear training program for learning to recognize chords, intervals, perform rhythm dictation, solfege dictation and singing solfege sequences. As you will discover, it is not an easy program to install and setup on your computer. You will also require to install the tcl/tk interpreter, fluidsynth, and at least one soundfont file. On Windows 11, you may also need to configure the operating system to show the file extension and the hidden directories. The program runs on Windows...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    HWID Spoofer - Hardware ID Changer

    HWID Spoofer - Hardware ID Changer

    The best HWID Spoofer in 2025.

    TraceX is a powerful and advanced HWID Spoofer designed to bypass anti-cheat systems in games like Valorant, Apex Legends, Warzone, Fortnite, and more. It spoofs critical system identifiers such as disk serials, MAC addresses, BIOS UUIDs, motherboard and GPU IDs, and even EFI boot variables. This HWID Spoofer also includes a full system cleaner that removes traces of game activity, browser data, event logs, Xbox and Discord accounts, and network fingerprints. With deep spoofing of CPU,...
    Leader badge
    Downloads: 1,772 This Week
    Last Update:
    See Project
  • 25
    Equalizer APO issues solver

    Equalizer APO issues solver

    This tool shows and solves known issues of Equalizer APO

    1. If the Configuration Editor of version 1.3.0 and before crashes at startup this app correct this by deleting a specific key of the Configuration Editor registry keys. 2. If the registry keys of the Configuration Editor are messed up it may crash. This app fixes this by removing these keys. 3. If changes aren't applied in the Configuration Editor this app fixes this. 4. If Equalizer APO won't install or its apps won't run it may be that your Windows startup folder doesn't exist. This...
    Downloads: 38 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB