Skip to content

Instantly share code, notes, and snippets.

View boukadam's full-sized avatar
👨‍💻
coding

Mohammed Boukada boukadam

👨‍💻
coding
View GitHub Profile
@mrjk
mrjk / direnvrc
Created August 19, 2024 06:19
Direnv with recurive parent loading support
# This snippet allow recurive loading of parent .envrc files
# To put in your: ~/.config/direnv/direnvrc
# Direnv Recursive mode
# =========================
# Disable existing source_up commands
source_up ()
{
@80x24
80x24 / SortSelector.vue
Created December 28, 2020 09:55
Vuetify, drag and drop sort v-select, v-autocomplete, v-combobox with vue-draggable
<template>
<div>
<v-combobox
v-model="selectedSync"
:items="[...selectedSync, ...itemsSync]"
multiple
item-text="text"
item-value="value"
return-object
>