Skip to content

Commit 0844c76

Browse files
Print contents of readme file (#62)
* Add amp.nvim and nvim-amp to readme https://ampcode.com/threads/T-3a08fe74-b63c-47ba-bcf6-28c47aba15cd Co-authored-by: Amp <amp@ampcode.com> * Add amp.nvim to Amp Integrations https://ampcode.com/threads/T-3a08fe74-b63c-47ba-bcf6-28c47aba15cd Co-authored-by: Amp <amp@ampcode.com> * Add amp.nvim to integrations https://ampcode.com/threads/T-3a08fe74-b63c-47ba-bcf6-28c47aba15cd Co-authored-by: Amp <amp@ampcode.com> * Fix markdown quotes and add amp.nvim https://ampcode.com/threads/T-3a08fe74-b63c-47ba-bcf6-28c47aba15cd Co-authored-by: Amp <amp@ampcode.com> --------- Co-authored-by: Amp <amp@ampcode.com>
1 parent 72a8e88 commit 0844c76

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

readme.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--lint ignore awesome-toc-->
2-
<div align="center">
2+
<div align='center'>
33

44
<!-- title -->
55

@@ -15,7 +15,7 @@ An **unofficial** curated list of resources for Amp, an AI coding agent by Sourc
1515

1616
<!-- image -->
1717

18-
<img width=60% src="https://github.com/user-attachments/assets/00c0b998-0c2c-4b7b-bed7-913039bf00b5" />
18+
<img width=60% src='https://github.com/user-attachments/assets/00c0b998-0c2c-4b7b-bed7-913039bf00b5' />
1919

2020
<!-- description -->
2121

@@ -75,14 +75,15 @@ An **unofficial** curated list of resources for Amp, an AI coding agent by Sourc
7575
- [SageMap](https://sagemap.netlify.app/) - Interactive belief mapping tool that transforms journal entries into visual networks revealing contradictions and connections in your thoughts.
7676
- [Jazzberry AI](https://jazzberry.ai/) - The AI Bug Finder.
7777
- [0.email](https://0.email/) - Zero is an AI-native email client that manages your inbox.
78-
- [VT Chat](https://vtchat.io.vn/) - VT Chat is a minimal, privacy-first AI chat application with advanced AI capabilities.
78+
- [VT Chat](https://vtchat.io.vn/) - A minimal, privacy-first AI chat application with advanced AI capabilities.
7979
- [Sniff](https://github.com/conikeec/sniff) - Misalignment detection in Vibe Coding loops.
8080

8181
### Amp Integrations
8282

8383
- [Amp Dash X](https://www.raycast.com/jdorfman/sourcegraph-amp-dash-x) - A Raycast extension for organizing and executing Amp Code prompts with the `-x` (execute) flag.
8484
- [VibeKanban](https://www.vibekanban.com/) - CLI tool for managing your Kanban boards.
8585
- [Conductor](https://x.com/charliebholtz/status/1963345520543633742) - Run a bunch of Amps in parallel.
86+
- [amp.nvim](https://github.com/sourcegraph/amp.nvim) - Official Neovim plugin for Amp coding agent.
8687
- [nvim-amp](https://github.com/aliou/nvim-amp) - Neovim plugin providing syntax highlighting and support for Amp permission and agent files.
8788

8889
### Amp CLI
@@ -94,25 +95,25 @@ Amp CLI can be seamlessly integrated with other command-line tools to enhance yo
9495
##### ps aux
9596

9697
```bash
97-
ps aux > processes.txt | amp -x "identify processes consuming the most resources in processes.txt"
98+
ps aux > processes.txt | amp -x 'identify processes consuming the most resources in processes.txt'
9899
```
99100

100101
##### whois
101102

102103
```bash
103-
whois example.com | amp -x "organize and condense this whois information"
104+
whois example.com | amp -x 'organize and condense this whois information'
104105
```
105106

106107
##### curl
107108

108109
```bash
109-
curl -Is https://github.com > headers.txt && amp -x "analyze the http headers in headers.txt and determine the tech stack"
110+
curl -Is https://github.com > headers.txt && amp -x 'analyze the http headers in headers.txt and determine the tech stack'
110111
```
111112

112113
##### npm
113114

114115
```bash
115-
npm list --json | amp -x "identify outdated or vulnerable dependencies"
116+
npm list --json | amp -x 'identify outdated or vulnerable dependencies'
116117
```
117118

118119
### Official Amp Links

0 commit comments

Comments
 (0)