Skip to content

Instantly share code, notes, and snippets.

View hexandcube's full-sized avatar
🦊

Hexandcube hexandcube

🦊
View GitHub Profile
@hexandcube
hexandcube / short_io.sxcu
Created May 23, 2024 15:03
Short.io ShareX Custom Uploader Configuration
{
"Version": "16.1.0",
"Name": "Short.io",
"DestinationType": "URLShortener",
"RequestMethod": "POST",
"RequestURL": "https://api.short.io/links",
"Headers": {
"Authorization": "YOUR_API_KEY_HERE"
},
"Body": "JSON",

aspe:keyoxide.org:UCY2GUWLLB4MJVMKJFQ7VG6WFY

@ECHO OFF
TITLE GetSoftwareList by Hexandcube
ECHO.
ECHO GetSoftwareList
ECHO This script will generate a file that contains a list of all installed software on the computer.
ECHO.
CHOICE /C YN /M "[?] Do you want to continue?"
IF ERRORLEVEL 2 GOTO :EOF
IF ERRORLEVEL 1 GOTO :START
@hexandcube
hexandcube / ThisPC-CreateShortcut.bat
Created March 26, 2023 09:41
This PC Shortcut Creator
@echo off
cls
title Create shortcut in This PC
if exist %1 goto setParameterToVariable
echo Drop your file/folder you want to create a shortcut for here (or enter the file/folder path).
set/p filePath=">"
goto setShortcutName
:setParameterToVariable
set filePath=%1
:setShortcutName

Keybase proof

I hereby claim:

  • I am hexandcube on github.
  • I am hexandcube (https://keybase.io/hexandcube) on keybase.
  • I have a public key ASA_YvjeknSrT8meQyfQiHnfuCYGIhPQ0MYVUoCpICCmPwo

To claim this, I am signing this object:

@hexandcube
hexandcube / organize-sort-import_config.yaml
Last active March 12, 2024 21:58
Organize - Sort media by year/month
# === Sort media by year/month - by Hexandcube ===
# This is a configuration file for Organize v3.x (https://github.com/tfeldmann/organize)
# for sorting media files (images and video) by year/month.
# Requires Pillow (https://pypi.org/project/pillow/)
# For more details about using Organize, check the documentation: https://organize.readthedocs.io/
sources: &sources
# File source path (path to the folder containing the media files)
- 'D:\Desktop\Import\'
rules:
- folders: 'C:\'
filters:
- extension:
- .jpg
- .jpeg
- .png
- .mp4
- .mkv
- .avi
@hexandcube
hexandcube / readme.md
Last active February 8, 2021 12:00
Bulma screen debugger by Hexandcube - displays the current breakpoint in the bottom-left corner of the screen

Bulma screen debug by Hexandcube

  1. Put screendebug.scss in the same directory as your Bulma.sass file,
  2. Import screendebug in your bulma.sass file using `@import "screendebug"
  3. Add a div with id="screendebug" as a first child, and wrap the rest of the page in a seperate div
<body>
  <div id="screendebug"></div>
  <div class="pagewrapper"></div>
@hexandcube
hexandcube / settings.json
Last active July 31, 2020 20:57
Hexandcube's Windows Terminal Configuration
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"copyOnSelect": false,
"copyFormatting": false,
"profiles": {
"defaults": {
"colorScheme": "Lab Fox",
"fontFace": "Cascadia Code",