All Projects → pstiasny → Vitabs

pstiasny / Vitabs

Licence: gpl-3.0
Guitar tablature editor inspired by vi

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Vitabs

Eclipse Bash Editor
Bash editor plugin for eclipse
Stars: ✭ 24 (-25%)
Mutual labels:  editor
Unity File Extension
Shows file extension in 1 column project window.
Stars: ✭ 20 (-37.5%)
Mutual labels:  editor
Icestudio
❄️ Visual editor for open FPGA boards
Stars: ✭ 958 (+2893.75%)
Mutual labels:  editor
Hozz
[Development indefinitely suspended] A better way to manage your hosts.
Stars: ✭ 937 (+2828.13%)
Mutual labels:  editor
Awesome Medium Editor
Medium.com WYSIWYG editor clone, with RTL support.
Stars: ✭ 12 (-62.5%)
Mutual labels:  editor
Dev Cpp
A fast, portable, simple, and free C/C++ IDE
Stars: ✭ 940 (+2837.5%)
Mutual labels:  editor
Antd Theme Editor
Customize and preview ant design theme and css styles overrides.
Stars: ✭ 22 (-31.25%)
Mutual labels:  editor
Manuskript
A open-source tool for writers
Stars: ✭ 960 (+2900%)
Mutual labels:  editor
Leaderboardx
A tool for building graphs quickly
Stars: ✭ 13 (-59.37%)
Mutual labels:  editor
Shoebill
Web-based editor for Pelican and Nikola
Stars: ✭ 30 (-6.25%)
Mutual labels:  editor
Vuep
🎡 A component for rendering Vue components with live editor and preview.
Stars: ✭ 840 (+2525%)
Mutual labels:  editor
Ninja Ide
{Ninja-IDE Is Not Just Another IDE}
Stars: ✭ 868 (+2612.5%)
Mutual labels:  editor
Openstack Policy Editor
A Casbin Policy Editor for OpenStack
Stars: ✭ 28 (-12.5%)
Mutual labels:  editor
Unitycopylightingsettings
Unity editor extension to copy&paste lighting settings from one scene to another.
Stars: ✭ 25 (-21.87%)
Mutual labels:  editor
Bones3
Bones³ is a Voxel Editor for Unity. Supports both in-game and in-editor building.
Stars: ✭ 32 (+0%)
Mutual labels:  editor
Code Notes
A simple code snippet & gist manager for developers built with Electron & Vue.js 🚀
Stars: ✭ 919 (+2771.88%)
Mutual labels:  editor
Quill
Quill is a modern WYSIWYG editor built for compatibility and extensibility.
Stars: ✭ 31,554 (+98506.25%)
Mutual labels:  editor
Mu
A small, simple editor for beginner Python programmers. Written in Python and Qt5.
Stars: ✭ 960 (+2900%)
Mutual labels:  editor
Gts Watchface Bundle
Complete bundle with simple workflow for editing Amazfit GTS watchfaces.
Stars: ✭ 32 (+0%)
Mutual labels:  editor
Jodit
Jodit - Best WYSIWYG Editor for You
Stars: ✭ 947 (+2859.38%)
Mutual labels:  editor

VITABS

Project website (with screenshots): http://pstiasny.github.io/VITABS/

Introduction

VITABS is a guitar tab editor inspired by the legendary Vi text editor. It is created with convenient editing and fast keyboard entry in mind. Keyboard mappings are modeled after Vi and Vim.

A more detailed documentation is available in the doc directory in Markdown format.

Requirements

Python 3 and curses library are required to run VITABS. python-rtmidi is required for MIDI playback.

Installation

It's easiest to get VITABS via the pip package manager::

pip install vitabs[midi]

Features

  • Vi-like editing commands
  • MIDI playback

Planned features include multiple tracks and plugin support.

License and Disclaimer

Copyright (C) 2011 Paweł Stiasny

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Contact

pawelstiasny [at] gmail . com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].