Skip to content

Commit

Permalink
programmable tooltip, script manager
Browse files Browse the repository at this point in the history
  • Loading branch information
chilikasha committed Jan 7, 2025
1 parent 6f5279f commit a280c97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mlc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: check out
uses: actions/checkout@v4
uses: actions/checkout@v4
- name: check links with mlc
uses: becheran/mlc@v0.18.0
uses: becheran/mlc@v0.19.0
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A collection of useful, simple, single purpose apps and tools for everyday problems and tasks.

If you have any questions or suggestions please open an issue or [send me an email](mailto:tropinqa@gmail.com).\
If you have any questions or suggestions please open an issue.\
Periodic URLs scans are made using [Markup Link Checker](https://github.com/becheran/mlc) to avoid broken links and dead projects.

## Table of contents
Expand Down Expand Up @@ -394,7 +394,7 @@ Periodic URLs scans are made using [Markup Link Checker](https://github.com/bech
- [Burner Note](https://burnernote.com/) - ad-free service for sending secure text based notes that are completely erased from existence once they've been read.

- [ClearURLs](https://gitlab.com/ClearURLs/ClearUrls) - this browser add-on removes tracking elements from URLs to help protect your privacy when browsing the web. Available for Firefox and Chromium-based browsers.
> [URLCheck](https://github.com/TrianguloY/UrlChecker) - open source alternative for Android platform.
> [URLCheck](https://github.com/TrianguloY/UrlCheck) - open source alternative for Android platform.
- [Consent-O-Matic](https://consentomatic.au.dk/) - a browser extension which handles cookies pop-ups based on your preferences.
> [Hush](https://oblador.github.io/hush/) - a Safari only alternative.
Expand Down Expand Up @@ -438,6 +438,8 @@ Periodic URLs scans are made using [Markup Link Checker](https://github.com/bech
- [LSD](https://github.com/lsd-rs/lsd) - a rewrite of `ls` command with features like colors, icons, tree-view, more formatting options etc.
> Or have a look at [exa](https://github.com/ogham/exa) as another option.
- [Script Manager](https://github.com/DanielFiller30/ScriptManager) - a menu bar tool to organize and run custom terminal scripts.

- [The Fuck](https://github.com/nvbn/thefuck) - open source app that corrects errors in previous console commands.
```bash
➜ apt-get install vim
Expand Down Expand Up @@ -489,6 +491,7 @@ Periodic URLs scans are made using [Markup Link Checker](https://github.com/bech
> [TextSniper](https://textsniper.app/) extracts text from images and other digital documents.
- [PopClip](https://www.popclip.app/) - appears when you select text, giving access to a customizable row of +200 helpful actions.
> Alternative: [Programmable Tooltip](https://programmabletooltip.com/)
- [Runestone](https://runestone.app/) - a lightweight and fast plain text editor with syntax highlighting, line numbers, theming and more.

Expand Down

0 comments on commit a280c97

Please sign in to comment.