All Projects → alewin → CliChords

alewin / CliChords

Licence: other
[CliChords] Get ultimate-guitar.com guitar tabs and chords in your terminal - command line cli

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to CliChords

Tabdown
Tabdown is an open mark-up language for text tabs & chords.
Stars: ✭ 49 (+145%)
Mutual labels:  tabs, guitar, chords, guitar-tablature, ultimate-guitar, guitar-chords
chords
A Kotlin multi-platform view library for displaying stringed instrument chord diagrams
Stars: ✭ 25 (+25%)
Mutual labels:  tabs, guitar, chords, guitar-tabs, guitar-chords
Chord-Provider
A Chordpro parser/editor in SwiftUI 4 for macOS and iOS
Stars: ✭ 20 (+0%)
Mutual labels:  guitar, chords, guitar-tablature, guitar-chords
phptabs
A PHP library for reading, writing and rendering guitar tablatures and MIDI files
Stars: ✭ 34 (+70%)
Mutual labels:  guitar, chords, guitar-tablature
guitar-tabs-to-MIDI
A program that converts Guitar Tabs into MIDI files.
Stars: ✭ 38 (+90%)
Mutual labels:  tabs, guitar, guitar-tabs
guitar-book
Open Source, Gatsby theme, mobile and SEO friendly with PWA for building guitar/song books. 🎸 🎤 🎵
Stars: ✭ 29 (+45%)
Mutual labels:  chords, guitar-chords
arpeggio
A chord naming app for guitar written in React.
Stars: ✭ 49 (+145%)
Mutual labels:  guitar, chords
fretonator
The ultimate interactive free guitar theory tool.
Stars: ✭ 42 (+110%)
Mutual labels:  guitar, guitar-tablature
guitar
🎸 Online guitar toy and tablature recorder/player
Stars: ✭ 80 (+300%)
Mutual labels:  tabs, guitar
Chord-Draw
Draw guitar chord diagrams for all variations of any chord and also display finger positions etc.
Stars: ✭ 17 (-15%)
Mutual labels:  guitar, guitar-chords
tabs
Guitar tabs transcribed by me, primarily in the stoner/doom/sludge metal genres... plus a few random other things.
Stars: ✭ 34 (+70%)
Mutual labels:  tabs, guitar
Panorama Tab Groups
An add-on for Firefox that implements the old Tab Groups/Panorama functionality
Stars: ✭ 230 (+1050%)
Mutual labels:  tabs
Multrin
Organize apps windows in tabs like in abandoned Windows Sets and more
Stars: ✭ 2,107 (+10435%)
Mutual labels:  tabs
Ttab
macOS and Linux CLI for opening a new terminal tab/window, optionally with a command to execute and/or display settings
Stars: ✭ 160 (+700%)
Mutual labels:  tabs
Vue Ui For Pc
基于Vue2.x的一套PC端UI组件,包括了Carousel 跑马灯、Cascader 级联、Checkbox 多选框、Collapse 折叠面板、DatePicker 日期选择、Dialog 对话框、Form 表单、Input 输入框、InputNumber 数字输入框、Layer 弹窗层、Loading 加载、Menu 菜单、Page 分页、Progress 进度条、Radio 单选框、SelectDropDown 仿select、Switch 开关、Table 表格、Tabs 标签页、Textarea 文本框、Tooltip 文字提示、BackTop 返回顶部、steps 步骤条、Transfer 穿梭框、Tree 树形、Upload 文件上传、Lazy 图片懒加载、Loading 加载、Pagination 分页等等
Stars: ✭ 156 (+680%)
Mutual labels:  tabs
Vue Tabs
Simplified bootstrap tabs
Stars: ✭ 241 (+1105%)
Mutual labels:  tabs
Pixieditor
PixiEditor is a lightweight pixel art editor made with .NET 5
Stars: ✭ 210 (+950%)
Mutual labels:  tabs
Tabs
React tabs with hooks
Stars: ✭ 147 (+635%)
Mutual labels:  tabs
Fliptabs
Android Flip Tabs Library
Stars: ✭ 135 (+575%)
Mutual labels:  tabs
React Draggable Tab
Atom like draggable tab react component
Stars: ✭ 133 (+565%)
Mutual labels:  tabs

⚠️ CliChords End of life

From <[email protected]>
Date: 2019-01-28, 07:07 EST

Hi,

I'm Max Chistyakov, Ultimate Guitar developer. Our company found your 
scapper: https://github.com/masterT/ultimate-guitar-scraper

I need to tell you how ultimate-guitar works. First of all, all tabs on 
ultimate-guitar are legal. We pay roaylties to music publishers (Alfred, 
Sony, EMI, etc.) for each tab. If user see ads, we got money from ads 
and transfer money to publicher. If user buy subscription, we send money 
from subscription to publishers. So, ultimate-guitar is just platform 
between music publishers and guitarists. You can read more how licensing 
works here: https://www.ultimate-guitar.com/article/blog/licensing

You created scapper to parse ultimate-guitar.com, nice job. I especially 
admire how quickly you react to changes in our API (Continuous 
Integration is always good idea). But your scapper is illegal. Creating 
software to free show guitar tabalatures/sheetmusic and free 
distribution it is illegal. You can read how few popular websites was 
closed due DMCA 
(https://en.wikipedia.org/wiki/Digital_Millennium_Copyright_Act): 
https://en.wikipedia.org/wiki/On-line_Guitar_Archive, 
https://en.wikipedia.org/wiki/Mxtabs

So, I decide to reach you before lawyers and publishers start working 
and physically found you. I recommend you to delete public repo and npm 
package. May be formatting your disk will be nice for you too.

As developer I'm sorry it happened. But the music industry works that way.


Max

CliChords

CliChords is a command line tool that allows you to search and view guitar tabs.

Install

CliChords requires Node.js to start.

$ git clone https://github.com/alewin/CliChords
$ cd CliChords
$ npm install / yarn install
$ node clichords

Usage

asciicast

Start CliChords:

$ node clichords

Search tab:

$ Enter the name of the artist or title of the tab: ******

Select ID of the tab :

$ ID: **

Todos

  • View Ascii chords
  • Add pagination
  • Save and download tabs

License

MIT

Want to contribute? Great!

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].