Skip to content

Instantly share code, notes, and snippets.

View Rachniotov's full-sized avatar
💻
Killin' some bugs

Rachniotov Rachniotov

💻
Killin' some bugs
  • yes
View GitHub Profile
@Rachniotov
Rachniotov / README.md
Created October 27, 2021 04:41
Automate AUR package installation without another package!

How to

  1. Make a new aur-install.sh file
  2. Paste the following code into the file
    #!/bin/bash
    
    if [ -z "$1" ]
@Rachniotov
Rachniotov / README.md
Last active September 6, 2022 09:50
Darkmode for Mongodb Compass!

Introduction

So I used Mongodb Compass for a little time a few months ago and then i switched to another mongo client gui for the sole reason, Darkmode. That mongo client was good but recently it became paid. I then switched back to Compass but my eyes couldnt take it 😩

Then I spent some time researching what could I do to make compass darker and easier to read and I found this npm package for the Darkreader chrome plugin. I knew that compass was made in Electron as it had .asar files in its source, that means I could easily implemt that npm package into the Electron app.