Skip to content

Commit

Permalink
📝 update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineDjeghri committed May 19, 2024
1 parent fce356d commit ae50c4c
Show file tree
Hide file tree
Showing 39 changed files with 120 additions and 116 deletions.
4 changes: 2 additions & 2 deletions docs/awesome_websites.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Contains a list of awesome websites that are not that popular but useful for eve
* [r/InternetIsBeautiful](https://www.reddit.com/r/InternetIsBeautiful/) - A subreddit where people share interesting websites they found on the internet.
* [Radio Garden](http://radio.garden/) - Listen to radio stations from around the world by rotating the globe. You can also search or sort by popularity.
* [pdf tool](pdftool.org) -A privacy-first tool that lets you modify pdfs offline in your browser, no upload to server or cloud, no limits on editing, entirely for free

* [IP address check torrent downloads](https://iknowwhatyoudownload.com/en/peer/) - Check what IP address is downloading torrents.
## 1.2. Development websites
* [Archives.is](https://archive.is/) - Read & Save a webpage for future reference (Used to bypass medium.com paywall for example)
* [draw.io](https://app.diagrams.net/) - Create diagrams and flowcharts in the browser. Contains many icons & for free.
* [draw.io](https://app.diagrams.net/) - Create diagrams and flowcharts in the browser. Contains many icons & for free.
39 changes: 22 additions & 17 deletions docs/shortcuts_and_apps_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Settings and shortcuts for some apps that I use on Windows 11.
* [1.9. HWINFO:](#19-hwinfo)
* [1.10. Google colab:](#110-google-colab)
* [1.11. Powerpoint:](#111-powerpoint)
* [1.12. TV Apps:](#112-Google-TV-/-Android-TV)
<!-- TOC -->

## 1.1. Windows shortcuts
Expand All @@ -37,21 +38,21 @@ Settings and shortcuts for some apps that I use on Windows 11.
- Download my config [file](windows_workflow/config.yaml) and put it in `C:\Users\%userprofile%\.glaze-wm`

shortcuts: You can read more about the shortcuts [here](https://github.com/glazerdesktop/GlazeWM?tab=readme-ov-file#general)
- close a window: `alt + shift + q`:
- reload the config: `alt + shift + r`:
- Maximize & un-maximize : `alt + f`
- hide: `alt+m` (use `alt+f` to make it appear again)
- switch between multiple full-screen apps in the same workspace : `alt + tab`
- close a window: `alt + shift + q`:
- reload the config: `alt + shift + r`:
- Maximize & un-maximize : `alt + f`
- hide: `alt+m` (use `alt+f` to make it appear again)
- switch between multiple full-screen apps in the same workspace : `alt + tab`

## 1.4. PowerToys (windows only)
- Download [Windows store](https://apps.microsoft.com/detail/XP89DCGQ3K6VLD?hl). [Docs](https://learn.microsoft.com/en-us/windows/powertoys/run#features)
- Or use my Windows script to install it via the terminal. [Link](windows_workflow/README_windows.md#2-software)
- I use it mainly for: Search (alt + space) for applications folders or files & Killing a process instead of using task manager.
- You can also access files and folders from the search bar with alt + space then paste the path
- Open a selected application as administrator: Ctrl+Shift+Enter (only applicable to applications)
- OCR (⊞ + shift + T)
- Color picker (⊞ + shift + C)
- Locksmith (right-click on a file or folder to see which process is using it)
- Download [Windows store](https://apps.microsoft.com/detail/XP89DCGQ3K6VLD?hl). [Docs](https://learn.microsoft.com/en-us/windows/powertoys/run#features)
- Or use my Windows script to install it via the terminal. [Link](windows_workflow/README_windows.md#2-software)
- I use it mainly for: Search (alt + space) for applications folders or files & Killing a process instead of using task manager.
- You can also access files and folders from the search bar with alt + space then paste the path
- Open a selected application as administrator: Ctrl+Shift+Enter (only applicable to applications)
- OCR (⊞ + shift + T)
- Color picker (⊞ + shift + C)
- Locksmith (right-click on a file or folder to see which process is using it)

## 1.5. Windows Terminal (windows only)
- Automatic installation of the Terminal settings available with this [command](windows_workflow/README_windows.md#2-software). Select the second option.
Expand Down Expand Up @@ -215,7 +216,11 @@ Open with PowerPoint (Office 2016)
Print color and select full black and white

## 1.12. Google TV / Android TV
- Stremio + Trakt(with addons) (use the desktop app to install addons & configure them, settings will be synchronized between all your devices)
- Force stop the app on your TV to synchronize the settings
- Addons :
-
- Stremio (use the desktop app to install addons & configure them, settings will be synchronized between all your devices)
- Force stop the app on your TV to synchronize the settings if you added an addon.
- Setup : [Tutorial](https://www.reddit.com/r/StremioAddons/comments/17833ms/stremio_all_you_need_to_know/)
- Official addons : Watchhub, Cinemeta, Opensubtitles V3, Opensubtitles, Local Files
- Community addons : Trakt, Torrentio (With real-debrid), debrid search, IMDB Catalogs, Streaming Catalogs
- Other: Trakt + Imdb for catalog (Use trakt desktop website to manage lists etc... the mobile app is not meant for that)
- [Universal Trakt Scrobbler](https://chromewebstore.google.com/detail/universal-trakt-scrobbler/mbhadeogepkjdjeikcckdkjdjhhkhlid) - a Chrome extension for synchronizing Streaming platforms with Trakt
- [IMDB-Trakt-Syncer](https://github.com/RileyXX/IMDB-Trakt-Syncer)a python app to synchronize IMDB with Trakt both ways (You can use it in WSL2, install google chrome in WSL2 first)
2 changes: 1 addition & 1 deletion docs/unix_workflow/cuda_pytorch_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ conda env update -n my-env -f conda-env-gpu.yml; conda activate my-env;
#### 2.2 Manual installation
<details>
<summary>Click here to expand</summary>

The next commands need to be run inside WSL or Linux and not Windows :
- Install build-essential `sudo apt-get install build-essential` (required by some packages like llama-cpp-python, for example)

Expand Down
2 changes: 1 addition & 1 deletion docs/windows_workflow/dot.obsidian/app.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{}
2 changes: 1 addition & 1 deletion docs/windows_workflow/dot.obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"accentColor": "",
"theme": "system"
}
}
2 changes: 1 addition & 1 deletion docs/windows_workflow/dot.obsidian/community-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
"recent-files-obsidian",
"obsidian-smart-typography",
"obsidian-style-settings"
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
"file-recovery": true,
"publish": false,
"sync": false
}
}
2 changes: 1 addition & 1 deletion docs/windows_workflow/dot.obsidian/core-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"outline",
"word-count",
"file-recovery"
]
]
2 changes: 1 addition & 1 deletion docs/windows_workflow/dot.obsidian/graph.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
"linkDistance": 250,
"scale": 1,
"close": false
}
}
2 changes: 1 addition & 1 deletion docs/windows_workflow/dot.obsidian/hotkeys.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
"key": "R"
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ function create_each_block_1(ctx) {
div4 = element("div");
div2 = element("div");

div2.innerHTML = `<div class="setting-item-name">Metric Counter</div>
div2.innerHTML = `<div class="setting-item-name">Metric Counter</div>
<div class="setting-item-description">Select the counter to display, e.g. words, characters.</div>`;

t9 = space();
Expand All @@ -745,7 +745,7 @@ function create_each_block_1(ctx) {
div9 = element("div");
div7 = element("div");

div7.innerHTML = `<div class="setting-item-name">Metric Type</div>
div7.innerHTML = `<div class="setting-item-name">Metric Type</div>
<div class="setting-item-description">Select the type of metric that you want displayed.</div>`;

t22 = space();
Expand All @@ -763,7 +763,7 @@ function create_each_block_1(ctx) {
div14 = element("div");
div12 = element("div");

div12.innerHTML = `<div class="setting-item-name">Prefix Text</div>
div12.innerHTML = `<div class="setting-item-name">Prefix Text</div>
<div class="setting-item-description">This is the text that is placed before the count.</div>`;

t31 = space();
Expand All @@ -773,7 +773,7 @@ function create_each_block_1(ctx) {
div19 = element("div");
div17 = element("div");

div17.innerHTML = `<div class="setting-item-name">Suffix Text</div>
div17.innerHTML = `<div class="setting-item-name">Suffix Text</div>
<div class="setting-item-description">This is the text that is placed after the count.</div>`;

t36 = space();
Expand Down Expand Up @@ -1121,7 +1121,7 @@ function create_each_block(ctx) {
div4 = element("div");
div2 = element("div");

div2.innerHTML = `<div class="setting-item-name">Metric Counter</div>
div2.innerHTML = `<div class="setting-item-name">Metric Counter</div>
<div class="setting-item-description">Select the counter to display, e.g. words, characters.</div>`;

t9 = space();
Expand All @@ -1147,7 +1147,7 @@ function create_each_block(ctx) {
div9 = element("div");
div7 = element("div");

div7.innerHTML = `<div class="setting-item-name">Metric Type</div>
div7.innerHTML = `<div class="setting-item-name">Metric Type</div>
<div class="setting-item-description">Select the type of metric that you want displayed.</div>`;

t22 = space();
Expand All @@ -1165,7 +1165,7 @@ function create_each_block(ctx) {
div14 = element("div");
div12 = element("div");

div12.innerHTML = `<div class="setting-item-name">Prefix Text</div>
div12.innerHTML = `<div class="setting-item-name">Prefix Text</div>
<div class="setting-item-description">This is the text that is placed before the count.</div>`;

t31 = space();
Expand All @@ -1175,7 +1175,7 @@ function create_each_block(ctx) {
div19 = element("div");
div17 = element("div");

div17.innerHTML = `<div class="setting-item-name">Suffix Text</div>
div17.innerHTML = `<div class="setting-item-name">Suffix Text</div>
<div class="setting-item-description">This is the text that is placed after the count.</div>`;

t36 = space();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"weeklyNoteTemplate": "",
"weeklyNoteFolder": "",
"localeOverride": "system-default"
}
}
22 changes: 11 additions & 11 deletions docs/windows_workflow/dot.obsidian/plugins/calendar/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function getDateFromFile(file, granularity) {
if (granularity === "week") {
const cleanFormat = removeEscapedCharacters(format);
if (/w{1,2}/i.test(cleanFormat)) {
return window.moment(file.basename,
return window.moment(file.basename,
// If format contains week, remove day & month formatting
format.replace(/M{1,4}/g, "").replace(/D{1,4}/g, ""), false);
}
Expand Down Expand Up @@ -2066,7 +2066,7 @@ function create_fragment$5(ctx) {

function instance$5($$self, $$props, $$invalidate) {
let { $$slots: slots = {}, $$scope } = $$props;

let { metadata } = $$props;

$$self.$$set = $$props => {
Expand Down Expand Up @@ -2387,8 +2387,8 @@ function create_fragment$4(ctx) {
}

function instance$4($$self, $$props, $$invalidate) {


let { date } = $$props;
let { metadata } = $$props;
let { onHover } = $$props;
Expand Down Expand Up @@ -2671,7 +2671,7 @@ function create_fragment$2(ctx) {
}

function instance$2($$self, $$props, $$invalidate) {

let { displayedMonth } = $$props;
let { today } = $$props;
let { resetDisplayedMonth } = $$props;
Expand Down Expand Up @@ -2963,8 +2963,8 @@ function create_fragment$1(ctx) {
}

function instance$1($$self, $$props, $$invalidate) {


let { weekNum } = $$props;
let { days } = $$props;
let { metadata } = $$props;
Expand Down Expand Up @@ -3635,8 +3635,8 @@ function create_fragment$7(ctx) {
}

function instance$7($$self, $$props, $$invalidate) {


let { localeData } = $$props;
let { showWeekNums = false } = $$props;
let { onHoverDay } = $$props;
Expand Down Expand Up @@ -3912,8 +3912,8 @@ function instance($$self, $$props, $$invalidate) {
let $activeFile;
component_subscribe($$self, settings, $$value => $$invalidate(8, $settings = $$value));
component_subscribe($$self, activeFile, $$value => $$invalidate(10, $activeFile = $$value));


let today;
let { displayedMonth = today } = $$props;
let { sources } = $$props;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"isDesktopOnly": false,
"version": "0.1.3",
"minAppVersion": "0.10.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,4 @@
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .CodeMirror-matchingbracket {
outline: 1px solid grey;
color: #D4D4D4 !important;
}
}
2 changes: 1 addition & 1 deletion docs/windows_workflow/dot.obsidian/plugins/cmdr/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"tooltips": false,
"heightOffset": 0
}
}
}
Loading

0 comments on commit ae50c4c

Please sign in to comment.