Sources of Big Pile of Vim-like

Overview

Sources of Big Pile of Vim-like

The site is a list of Vim-like applications and Vim-emulation plugins. And this repository contains a bit of PHP code and a dumb database in JSON format behind the site.

Contributing

If you wish to add a new item, edit data.json file. Prefer placing new items next to other items from the same category. Also please provide justification for something being Vim-like (e.g., with a link to documentation), so it's easier to check.

Format

Each item is described by a dictionary like this:

{
    "name": "<< human-readable name >>",
    "id": "<< unique id for URL >>",
    "descr": "<< description >>",
    "url": "<< home page >>",
    "license": "<< license >>",
    "languages": [ "<< main language >>", "<< secondary language >>" ],
    "category": "<< e.g., 'Text Browsers' >>",
    "type": "<< apps / plugs / confs >>",
    "comments": [ "<< things like URL to a tutorial for making Vim-like >>" ],
    "ui": "<< terminal / graphics toolkit >>",
    "added": "<< UNIX timestamp of addition (unused) >>"
}

Markdown is expanded in the values of descr and comments. Mention id of another item in brackets to link to it.

"GPL" license means GPL of any version and "BSD-like" means any kind of BSD/MIT/X Consortium license. Might be worth fixing in the future.

License

On code: Apache 2.0

On data: CC BY-SA 4.0

You might also like...
#️⃣  Generate, Save, and Route Stripe-like Hash IDs for Laravel Eloquent Models
#️⃣ Generate, Save, and Route Stripe-like Hash IDs for Laravel Eloquent Models

Using this package you can generate, save and, route Stripe-like Hash Ids for your Eloquent Models. Hash Ids are short, unique, and non-sequential, an

Create Youtube-Like IDs With PHP.

AlphaID Install composer require sy-records/alphaid Usage

Okex API Like the official document interface, Support for arbitrary extension.

It is recommended that you read the official document first Okex docs https://www.okex.com/docs/en Okex Simulation Test API https://www.okex.com/docs/

Upload attachments to content storage platform like Aliyun OSS, Tencent COS

Overview Yun storage provides a layer that mediates between a user or configured storage frontend and one or several storage backends. Note: jichangfe

It's goal is to create my own platform where I can play various board games I like.
It's goal is to create my own platform where I can play various board games I like.

Card games The goal of this project is to create a social platform where players can communicate, create lobbies and play various board games. Current

Google-like values converter

Google-like values converter. Support for different types of conversions, for examples: 1 kilometer - meters 1 dollar - THB 1 kilogram - meters ...

A new plugin like EconomyAPI but with a different mode

A new plugin like EconomyAPI but with a different mode

Like Cloud Drive Run on Raspbian + Nginx + PHP

Raspberry-Pi-Cloud Like Cloud Drive Run on Raspbian + Nginx + PHP I Made a Project Called Raspberry-Pi-Cloud. it's on testing stage help me to test it

Dubbox now means Dubbo eXtensions, and it adds features like RESTful remoting, Kyro/FST serialization, etc to the Dubbo service framework.

Dubbox now means Dubbo eXtensions. If you know java, javax and dubbo, you know what dubbox is :) Dubbox adds features like RESTful remoting, Kyro/FST

Comments
  • Engage visitors to become contributors

    Engage visitors to become contributors

    Now that this is on GitHub, we should encourage visitors of https://vim.reversed.top/ to engage and become contributors as well!

    I can imagine:

    1. Add link to the repo on the about page
    2. Add a "Fork me on GitHub" banner, that projects do to signal that they are welcome to contribute to what they see.

    For 2., I looked at a few options

    • https://forkmeon.github.io/
    • https://whatthefoo.github.io/fork-me-on-github/
    • https://simonwhitaker.github.io/github-fork-ribbon-css/

    and think the last one would be easiest to integrate!

    (I tried the last one but I was not having the right PHP version on my system, so I could not view the result)

    opened by erikw 2
  • Import entries from erikw/vim-keybindings-everywhere-the-ultimate-list

    Import entries from erikw/vim-keybindings-everywhere-the-ultimate-list

    Importing all the entries from my list https://github.com/erikw/vim-keybindings-everywhere-the-ultimate-list/ (created it before I discovered this website) that were not yet in this beautiful website!

    Also enhanced some existing entries with fresh knowledge that I got when I created my list last week.

    I tested the syntax validity of the file in this PR with

    $ jq -e "." data.json
    
    opened by erikw 1
Sources of Api Bossbar for PocketMine-MP.

Sources of Api Bossbar for PocketMine-MP.

VoltageGroup's 6 Aug 9, 2022
Mega list of 1 on 1 meeting questions compiled from a variety to sources

Mega list of 1 on 1 meeting questions compiled from a variety to sources

Vidal Graupera 9.1k Dec 29, 2022
Demo Silverstripe and JavaScript sources for Lightning Talk "FormField Mini Apps" at StripeCon EU 2022

Watch the Lightning Talk on Youtube ?? Demo repository for Lightning Talk "FormField Mini Apps with the JavaScript framework/lib/style of your choice"

Julian Scheuchenzuber 2 Sep 20, 2022
Extracts information about web pages, like youtube videos, twitter statuses or blog articles.

Essence is a simple PHP library to extract media information from websites, like youtube videos, twitter statuses or blog articles. If you were alread

Essence 765 Dec 30, 2022
Michael Pratt 307 Dec 23, 2022
The easiest way to match data structures like JSON/PlainText/XML against readable patterns. Sandbox:

PHP Matcher Library created for testing all kinds of JSON/XML/TXT/Scalar values against patterns. API: PHPMatcher::match($value = '{"foo": "bar"}', $p

Coduo 774 Dec 31, 2022
FreshRSS is a self-hosted RSS feed aggregator like Leed or Kriss Feed.

Read this document on github.com/FreshRSS/FreshRSS/ to get the correct links and pictures. Version française FreshRSS FreshRSS is a self-hosted RSS fe

FreshRSS 5.3k Jan 4, 2023
Xenon\LaravelBDSms is a sms gateway package for sending text message to Bangladeshi mobile numbers using several gateways like sslcommerz, greenweb, dianahost,metronet in Laravel framework

Xenon\LaravelBDSms is a sms gateway package for sending text message to Bangladeshi mobile numbers using several gateways for Laravel. You should use

Ariful Islam 95 Jan 3, 2023
WordPlate is a wrapper around WordPress. It makes developers life easier. It is just like building any other WordPress website with themes and plugins. Just with sprinkles on top.

WordPlate is simply a wrapper around WordPress. It makes developers life easier. It is just like building any other WordPress website with themes and plugins. Just with sprinkles on top.

WordPlate 1.7k Dec 24, 2022
A package that provides `array_*` like functions for iterators.

The doekenorg/iterator-functions package provides a curated set of array_* like functions for iterators in PHP. This package is built to encourage developers to make more use of Iterators by simplifying common tasks.

Doeke Norg 67 Jun 24, 2022