Skip to content

Instantly share code, notes, and snippets.

@andrewssobral
Forked from wilderlopes/30s-terminal-tools.md
Created December 3, 2024 22:21
Show Gist options
  • Save andrewssobral/5ce5fafb2750d088b24121c43e32e5f2 to your computer and use it in GitHub Desktop.
Save andrewssobral/5ce5fafb2750d088b24121c43e32e5f2 to your computer and use it in GitHub Desktop.

Revisions

  1. @wilderlopes wilderlopes revised this gist Nov 16, 2024. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion 30s-terminal-tools.md
    Original file line number Diff line number Diff line change
    @@ -28,4 +28,7 @@
    - [gptify: Convert code repos into an LLM prompt-friendly format](https://github.com/ogre-run/gptify)
    - `pip install gptify`
    - Go inside the project folder
    - `gptify .`
    - `gptify .`
    - [nvtop: GPU & Accelerator process monitoring](https://github.com/Syllo/nvtop)
    - Follow link above for installation instructions
    - `nvtop`
  2. @wilderlopes wilderlopes revised this gist Nov 16, 2024. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion 30s-terminal-tools.md
    Original file line number Diff line number Diff line change
    @@ -24,4 +24,8 @@
    - Render your README.md file locally before pushing it to the repo
    - `pip install grip`
    - `cd my_project`
    - `grip README.md`
    - `grip README.md`
    - [gptify: Convert code repos into an LLM prompt-friendly format](https://github.com/ogre-run/gptify)
    - `pip install gptify`
    - Go inside the project folder
    - `gptify .`
  3. @wilderlopes wilderlopes revised this gist Nov 16, 2024. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion 30s-terminal-tools.md
    Original file line number Diff line number Diff line change
    @@ -19,4 +19,9 @@
    - Use case: Expose your local app to the internet
    - `brew install ngrok/ngrok/ngrok`
    - `ngrok config add-authtoken <TOKEN>`
    - Assuming your app is exposed on port 8080: `ngrok http http://localhost:8080`
    - Assuming your app is exposed on port 8080: `ngrok http http://localhost:8080`
    - [grip: Preview GitHub README.md files locally before committing them](https://github.com/joeyespo/grip)
    - Render your README.md file locally before pushing it to the repo
    - `pip install grip`
    - `cd my_project`
    - `grip README.md`
  4. @wilderlopes wilderlopes revised this gist Apr 23, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion 30s-terminal-tools.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # List of terminal-based developer tools that deliver value in 30 seconds

    - [miniogre: from source to reproducible envionments, in seconds](https://github.com/ogre-run/miniogre)
    - [miniogre: from source code to reproducible envionments, in seconds](https://github.com/ogre-run/miniogre)
    - `pip install miniogre`
    - Go to project folder
    - Run `miniogre run`
  5. @wilderlopes wilderlopes revised this gist Apr 23, 2024. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion 30s-terminal-tools.md
    Original file line number Diff line number Diff line change
    @@ -14,4 +14,9 @@
    - [gource: Software version control visualization](https://github.com/acaudwell/Gource)
    - `brew install gource`
    - Go to git project folder
    - `gource`
    - `gource`
    - [ngrok: Unified Ingress Platform for developers](https://ngrok.com/)
    - Use case: Expose your local app to the internet
    - `brew install ngrok/ngrok/ngrok`
    - `ngrok config add-authtoken <TOKEN>`
    - Assuming your app is exposed on port 8080: `ngrok http http://localhost:8080`
  6. @wilderlopes wilderlopes revised this gist Apr 20, 2024. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions 30s-terminal-tools.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    # List of terminal-based developer tools that deliver value in 30 seconds

    - [miniogre: from source to reproducible envionments, in seconds](https://github.com/ogre-run/miniogre)
    - `pip install miniogre`
    - Go to project folder
  7. @wilderlopes wilderlopes renamed this gist Apr 20, 2024. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  8. @wilderlopes wilderlopes created this gist Apr 20, 2024.
    15 changes: 15 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    - [miniogre: from source to reproducible envionments, in seconds](https://github.com/ogre-run/miniogre)
    - `pip install miniogre`
    - Go to project folder
    - Run `miniogre run`
    - [freeze: generate images of code and terminal output](https://github.com/charmbracelet/freeze)
    - `brew install charmbracelet/tap/freeze`
    - `freeze --execute "ls -ltra"`
    - [uv: An extremely fast Python package installer and resolver, written in Rust](https://github.com/astral-sh/uv)
    - `pip install uv`
    - `uv venv`
    - `uv pip install torch`
    - [gource: Software version control visualization](https://github.com/acaudwell/Gource)
    - `brew install gource`
    - Go to git project folder
    - `gource`