Showing 106 open source projects for "vi"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    Civ VI Replay

    Civ VI Replay

    Replay and analyse your Civ VI game

    Analyse, learn, progress with this tool by replaying your game and look over your opponent strategies. Load one or multiple saves and explore the state of the turn. Instruction Menu -> Open if you want to load a single save Menu -> Open Directory and select a folder. If you want to look at your whole game, setup your game by saving each turn and load the auto (located usually at "..Document\My Games\Sid Meier's Civilization VI\Saves")
    Leader badge
    Downloads: 80 This Week
    Last Update:
    See Project
  • 2
    Neovim

    Neovim

    Hyperextensible Vim-based text editor

    Neovim is a hyperextensible text editor based on Vim. It seeks to maximize usability and extensibility, simplify maintenance and encourage contributions.
    Downloads: 77 This Week
    Last Update:
    See Project
  • 3
    Karabiner-Elements

    Karabiner-Elements

    Powerful utility for keyboard customization

    Karabiner-Elements is a powerful key remapper for macOS.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    cmus -  C* Music Player

    cmus - C* Music Player

    Small, fast & powerful console music player for Unix-like systems

    cmus, also known as the C* Music Player is a small yet fast and powerful console music player for Unix-like operating systems. It comes with a number of great features, such as gapless playback, ReplayGain support, MP3 and Ogg streaming, easy-to-use directory browser, powerful playlist filters / live filtering and more. cmus also supports several input and output plugins. Input plugins include: Ogg Vorbis, MP3, FLAC, Opus, Musepack, WavPack, WAV, AAC, MP4, audio CD and more. Output plugins...
    Downloads: 2 This Week
    Last Update:
    See Project
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 5
    Vis

    Vis

    A vi-like editor based on Plan 9's structural regular expressions

    Vis aims to be a modern, legacy-free, simple yet efficient editor, combining the strengths of both vi(m) and sam. It extends vi's modal editing with built-in support for multiple cursors/selections and combines it with sam's structural regular expression-based command language. A universal editor, it has decent Unicode support and should cope with arbitrary files, including large, binary, or single-line ones. Efficient syntax highlighting is provided using Parsing Expression Grammars, which can...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Contour

    Contour

    Modern C++ Terminal Emulator

    ... history!) Vi-like input modes for improved selection and copy'n'paste experience and Vi-like scrolloff feature. Blurred behind transparent background when using Windows 10 or KDE window manager on Linux. Blurrable Background image support. Runtime configuration reload. 256-color and Truecolor support. Key binding customization.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    PyMC

    PyMC

    Bayesian Modeling and Probabilistic Programming in Python

    PyMC is a Python library for probabilistic programming focused on Bayesian statistical modeling and machine learning. Built on top of computational tools like Aesara and NumPy, PyMC allows users to define models using intuitive syntax and perform inference using MCMC, variational inference, and other advanced algorithms. It’s widely used in scientific research, data science, and decision modeling.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    VimFx

    VimFx

    Vim keyboard shortcuts for Firefox

    VimFx brings Vim-inspired navigation and command mode to Firefox via WebExtensions. It allows users to control the browser with keyboard shortcuts (h/j/k/l), open tabs, follow links, find text, and execute commands—all without a mouse. It mimics Vim’s Normal/Insert modes, enabling power users to browse efficiently. It is open-source and integrates seamlessly with Firefox.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Powerline

    Powerline

    Statusline plugin for vim with prompts for several other applications

    Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome, i3 and Qtile. Powerline was completely rewritten in Python to get rid of as much vimscript as possible. This has allowed much better extensibility, leaner and better config files, and a structured, object-oriented codebase with no mandatory third-party dependencies other than a Python interpreter. Using Python has allowed unit testing of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Connect every part of your business to one bank account Icon
    Connect every part of your business to one bank account

    North One is a business banking app that integrates cash flow, payments, and budgeting to turn your North One Account into one Connected Bank Account

    North One is proudly built for small businesses, startups and freelancers across America. Make payments easily, keep tabs on your money and put your finances on autopilot through smart integrations with the tools you’re already using. North One was built to make managing money easy so you can focus on running your business. No more branches. No more lines. No more paperwork. Get complete access to your North One Account from your phone or computer, wherever your business takes you. Create Envelopes for taxes, payroll, rent, and anything else automatically.
    Get started for free.
  • 10
    vim-go

    vim-go

    Go development plugin for Vim

    This plugin adds Go language support for Vim, with the following main features. Look up documentation with :GoDoc or :GoDocBrowser, easily import packages via :GoImport, remove them via :GoDrop. Precise type-safe renaming of identifiers with :GoRename. See which code is covered by tests with :GoCoverage. Add or remove tags on struct fields with :GoAddTags and :GoRemoveTags. Call golangci-lint with :GoMetaLinter to invoke all possible linters (golint, vet, errcheck, deadcode, etc.) and put...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Pure

    Pure

    Pretty, minimal and fast ZSH prompt

    ... threshold. Username and host only displayed when in an SSH session or a container. Shows the current path in the title and the current folder & command when a process is running. Support VI-mode indication by reverse prompt symbol (Zsh 5.3+). Makes an excellent starting point for your own custom prompt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    WA2L/WinTools

    WA2L/WinTools

    End User Tools for Windows.

    Some end user utilities for the Windows operating system. The utilities can be called thru the "Send To" context menu when right-clicking on a file or directory in the explorer or thru the Windows "Start Menu". The package can be 'installed' portable and does not need admin rights. ◆ 𝗨𝗧𝗜𝗟𝗜𝗧𝗜𝗘𝗦 - https://sourceforge.net/projects/wa2l-wintools/files/ → README ◆ 𝗙𝗘𝗔𝗧𝗨𝗥𝗘𝗦 - https://wa2l-wintools.sourceforge.net/man1/wintools.1.html -...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 13
    Agua Gest - Gestionale Aziendale php

    Agua Gest - Gestionale Aziendale php

    Open Source - Web Based - CRM - Gestione magazzino e Fatture Magazzino

    Gestionale aziendale su piattaforma web. BELLO COMPLETO POTENTE E FACILE DA USARE! Agua Gest è un software gestionale php mysql per gestire, il magazzino, le vendite e la contabilità aggiornato alla fattura elettronica dalla versione 1.3.7-3 Con gli ultimi aggiustamenti Per Provarlo on line vi rimando al sito.. http://www.aguagest.it Adatto ad una piccola e media impresa, dal preventivo alla fattura inviata in pdf e inoltro delle riba in formato cbi ( elettronico ), alla gestione del...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 14
    Phần mềm VITSD là bộ phần mềm hỗ trợ việc quản lý dữ liệu tài sản đường và vi phạm hành lang an toàn giao thông. Phần mềm VITSD bao gồm hai chương trình độc lập. Chương trình quản lý dữ liệu VITSD-Data và Chương trình vẽ bình đồ duỗi thẳng VITSD-CAD. Chương trình VITSD-Data có nhiệm vụ truy xuất, phân tích dữ liệu thành các lý trình km độc lập, dữ liệu này được sử dụng cho chương trình VITSD-CAD. Chương trình VITSD-CAD chạy trên môi trường autocad và hỗ trợ người dùng vẽ bình đồ duỗi thẳng theo...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Scala to Kotlin Converter

    Scala to Kotlin Converter

    Convert Scala source code to Kotlin source code.

    To convert my Scala unit tests to Kolin unit tests as Scala is a pain to upgrade and I'm stock at Scala 1.12. Easier to move to Kotlin which also works fine with Android.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Russian Vim

    Russian Vim

    Russian language for a popular text editor Vim

    Translation of documents, messages, and menu items of the program Vim on Russian language. Редактор Vim по-русски.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    syncped

    syncped

    lightweight portable vi compatible editor

    syncped is a SYNChronizing Portable EDitor supporting more than 100 programming languages, is available under Windows, Linux and OSX, has a vi compatibility mode, and can be configured to work with most version control systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PmWiki to Markdown Converter

    PmWiki to Markdown Converter

    Converts PMWiki to Markdown

    Vim script to Convert PMWiki to Markdown
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    xvi, a portable multi-file text editor

    xvi, a portable multi-file text editor

    Portable multi-file text editor & the smallest full-function vi clone

    Xvi is a portable multiple-buffer implementation of the UNIX editor `vi' for Atari ST, UNIX, MS-DOS, OS/2 and QNX. Project development has moved to http://codeberg.org/martinwguy/xvi and its web page is at http://martinwguy.net/xvi
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    SMLX

    A sheet music language, easy and intuitive to use

    The purpose of SMLX project is to devise a sheet music language that most digital devices with keypad (e.g. mobile phones) can type melodies easily and intuitively for communication. From this basic, SMLX is capable of being a language for developing music. In other words, one can compose or modify music (multi-channel) by using vi editor. SMLX 計劃的主要目的是開發一種樂譜記載方式,以方便數位樂譜記錄及傳訊交流的目的. 對於音樂為主的使用者而言,使用一般vi編輯器即可編修多軌樂譜: .方便輸入修改: 一般傳(簡)訊時可簡易使用鍵盤表達旋律. 一般所見到的樂譜都可 直接以SMLX方式鍵入檔案處理,聆聽或編修測試...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ARES

    ARES

    Antibiotic Resistance Evolution Simulator

    ... cells; iv) individual microbiotas where bacterial species coexist; v) hosts containing the microbiotic ensembles; vi) environment(s) where the hosts are contained. Our model facilitates the simultaneous analysis of several features of interest in the prediction of the rules governing the multi-level evolutionary biology of antibiotic resistance, according to a set of pre-established rules. The input of ARES can be prepared with the ARES xml generator server: http://gydb.org/ares.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    JavaVi - vi/vim editor clone
    jVi is a vi/vim editor clone built on top of the javax.swing.text package. Available for NetBeans and JBuilder. jVi is designed to quickly and easily integrate into many disparate java based desktop apps, from IDE's to mail-news readers.
    Leader badge
    Downloads: 3,397 This Week
    Last Update:
    See Project
  • 23
    MiCla Gestione etichette

    MiCla Gestione etichette

    archivio e stampa etichette per fogli predisposti

    ... dati non omogenei tra di loro, inoltre vi è la possibilità di creare un setup di stampa personalizzato per ogni archivio, Per ulteriori informazioni vedi anche Impostazioni Foglio. Sistemi operativi supportati : Windows™ x86 / 64bit, Linux™ e MacOs™ con l'ausilio di Wine
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Sneedacity

    Sneedacity

    Audio Editor

    ... in Python, Perl, or any language that supports named pipes. Nyquist Very powerful built-in scripting language that may also be used to create plug-ins. Editing multi-track editing with sample accuracy and arbitrary sample rates. Accessibility for VI users. Analysis and visualization tools to analyze audio or other signal data.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 25
    moe

    moe

    A command line based editor inspired by Vim. Written in Nim

    Moe is a lightweight, modern text editor written in Nim, designed for simplicity and efficiency while providing a minimal yet functional editing environment.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next