Andres Gongora
Andres Gongora
Signed-off-by: Andres Gongora ## Checklist for submitting a pull request to `Terminals Are Sexy`: - [x] I have carefully **read and comply** with the [Contributing Guidelines](https://github.com/k4m4/terminals-are-sexy/blob/master/contributing.md) of this repo. -...
Add this to all scripts: ``` ## If not running interactively, don't do anything [[ $- != *i* ]] && return ```
**Describe the bug** Breadcrumbs writes the properties as `down: ['My File']` instead of `down: "[[My File]]"`, causing Obsidian to create a small warning with the message `Type mismatch, expected text`....
Even when the terminal is 80 chars wide, `print_utils` does not print in two parallel blocks as expected. Somehow the print-header fails to return back "home" before starting to print...
- [ ] Script to print info with formatted headers and prompt user for data (like in dotfiles). - [ ] Add MENU to all my bash-scripts. Such that I...
* One meant to move the cursor around the terminal * The other (which sources the first) to print blocks of text
**Problem:** If GADEN uses a lower spatial resolution than OpenFoam, several windspeed measurements may fall into a single cell. This is no problem if you use the same resolution for...
Sourcing the bare script (not the assembled and installed one) causes the terminal to crash. I believe it's because of the `include` function, which does not get removed from the...
**Describe the bug** In _Tree View_, clicking on the _Collapse_ button only collapses the highest (first) level. Initially it looks fine, but clicking on any on the (now collapsed) top...