Skip to content

Instantly share code, notes, and snippets.

View parMaster's full-sized avatar

parMaster

  • EU
  • 17:53 (UTC +03:00)
View GitHub Profile
@parMaster
parMaster / index.html
Created August 21, 2023 21:52
torrents-csv.ml client
<!--
This web page is generated by ChatGPT. The result was copied and pasted here. The prompt is:
Could you help me with HTML page that will use an API and display the results in a table.
API endpoint: https://torrents-csv.ml/service/search?q=[QUERY]&size=[NUMBER_OF_RESULTS]&page=[PAGE]
There is a form with a text input and "Search" button. When the button is clicked, API is called and results (or "no results" label) are displayed in a table.
API response example:
@parMaster
parMaster / Readme.md
Last active February 24, 2025 12:35
Karabiner configuration. Right Command = Hyper key. Hyper + {I, J, K, L} = {↑, ←, ↓, →}; ----- Hyper + {U, O} = {Home, End}; ----- Hyper + {;, p} = {Enter, Backspace}; ----- Hyper + {Y, H} = {PgUp, PgDown}; Quit app by command-q twice; Quit app by holding command-q; ----- Hyper + {1, 2, 3, 4, 5, 6, 7, 8, 9, 0, -, =} = {F1-F12}

Ergonomic Keyboard Mappings for macOS

Stop moving your hand every time you need to use arrow keys:

  • Your right point finger is already on the J key
  • Press and hold a hyper key (right Command pressed with a thumb, just like a space key - in my config)
  • Use IJKL like arrow keys

Additional features:

  • Home/End navigation: Hyper + U/O moves cursor to start/end of line
  • Page navigation: Hyper + Y/H for Page Up/Down