Skip to content

Instantly share code, notes, and snippets.

View RobertMatkulcik's full-sized avatar
🖥️
Computing....

Róbert Matkulčík RobertMatkulcik

🖥️
Computing....
View GitHub Profile
@RobertMatkulcik
RobertMatkulcik / sublime_settings_2k17.md
Created January 9, 2018 22:13 — forked from yablko/sublime_settings_2k17.md
Sublime Text JS kurz 2017/18 settings

Sublime Text 3 nastavenia

Package Control.sublime-settings
CTRL + SHIFT + P, "Package Control Settings - User"
(CMD + SHIFT + P na Macu)

{
	"bootstrapped": true,
	"in_process_packages":

[

@RobertMatkulcik
RobertMatkulcik / transfer.fish
Created October 17, 2016 11:40 — forked from nl5887/transfer.fish
Bash and zsh alias for transfer.sh. Transfers files and directories to transfer.sh.
function transfer
if test (count $argv) -eq 0
echo "No arguments specified. Usage:\necho transfer /tmp/test.md\ncat /tmp/test.md | transfer test.md"
return 1
end
## get temporarily filename, output is written to this file show progress can be showed
set tmpfile ( mktemp -t transferXXX )
## upload stdin or file