Skip to content

Instantly share code, notes, and snippets.

View brpy's full-sized avatar

Bhargav v brpy

View GitHub Profile
@ntasos
ntasos / kdialog-open-files.lua
Last active May 16, 2024 18:58
KDialog-open-files, a lua script for mpv media player that uses KDE KDialog to open files, subtitles or URLs.
-- This is free and unencumbered software released into the public domain.
-- The software is provided "as is", without warranty of any kind.
-- Anyone is free to copy, modify, publish, use, compile, sell, or
-- distribute this software, either in source code form or as a compiled
-- binary, for any purpose, commercial or non-commercial, and by any means.
-- For more information, please refer to <http://unlicense.org/>
--
-- Use KDE KDialog to add files to playlist, subtitles to playing video or open URLs.
-- Based on 'mpv-open-file-dialog' <https://github.com/rossy/mpv-open-file-dialog>.
--
@bast
bast / jekyll-installation-arch.sh
Last active March 15, 2024 20:13
Jekyll installation on Arch Linux.
sudo pacman -S ruby ruby-rdoc gcc make
gem update --user-install
gem install jekyll --user-install
# finally add $HOME/.gem/ruby/2.7.0/bin to your PATH variable
anonymous
anonymous / freecodecamp.markdown
Created February 14, 2016 19:48
freecodecamp