diff --git a/.snapshots/config.json b/.snapshots/config.json new file mode 100644 index 00000000..dfadca27 --- /dev/null +++ b/.snapshots/config.json @@ -0,0 +1,151 @@ +{ + "excluded_patterns": [ + ".git", + ".gitignore", + "gradle", + "gradlew", + "gradlew.*", + "node_modules", + ".snapshots", + ".idea", + ".vscode", + "*.log", + "*.tmp", + "target", + "dist", + "build", + ".DS_Store", + "*.bak", + "*.swp", + "*.swo", + "*.lock", + "*.iml", + "coverage", + "*.min.js", + "*.min.css", + "__pycache__", + ".marketing", + ".env", + ".env.*", + "*.jpg", + "*.jpeg", + "*.png", + "*.gif", + "*.bmp", + "*.tiff", + "*.ico", + "*.svg", + "*.webp", + "*.psd", + "*.ai", + "*.eps", + "*.indd", + "*.raw", + "*.cr2", + "*.nef", + "*.mp4", + "*.mov", + "*.avi", + "*.wmv", + "*.flv", + "*.mkv", + "*.webm", + "*.m4v", + "*.wfp", + "*.prproj", + "*.aep", + "*.psb", + "*.xcf", + "*.sketch", + "*.fig", + "*.xd", + "*.db", + "*.sqlite", + "*.sqlite3", + "*.mdb", + "*.accdb", + "*.frm", + "*.myd", + "*.myi", + "*.ibd", + "*.dbf", + "*.rdb", + "*.aof", + "*.pdb", + "*.sdb", + "*.s3db", + "*.ddb", + "*.db-shm", + "*.db-wal", + "*.sqlitedb", + "*.sql.gz", + "*.bak.sql", + "dump.sql", + "dump.rdb", + "*.vsix", + "*.jar", + "*.war", + "*.ear", + "*.zip", + "*.tar", + "*.tar.gz", + "*.tgz", + "*.rar", + "*.7z", + "*.exe", + "*.dll", + "*.so", + "*.dylib", + "*.app", + "*.dmg", + "*.iso", + "*.msi", + "*.deb", + "*.rpm", + "*.apk", + "*.aab", + "*.ipa", + "*.pkg", + "*.nupkg", + "*.snap", + "*.whl", + "*.gem", + "*.pyc", + "*.pyo", + "*.pyd", + "*.class", + "*.o", + "*.obj", + "*.lib", + "*.a", + "*.map", + ".npmrc" + ], + "default": { + "default_prompt": "Enter your prompt here", + "default_include_all_files": false, + "default_include_entire_project_structure": true + }, + "included_patterns": [ + "build.gradle", + "settings.gradle", + "gradle.properties", + "pom.xml", + "Makefile", + "CMakeLists.txt", + "package.json", + "requirements.txt", + "Pipfile", + "Gemfile", + "composer.json", + ".editorconfig", + ".eslintrc.json", + ".eslintrc.js", + ".prettierrc", + ".babelrc", + ".dockerignore", + ".gitattributes", + ".stylelintrc", + ".npmrc" + ] +} \ No newline at end of file diff --git a/.snapshots/readme.md b/.snapshots/readme.md new file mode 100644 index 00000000..21fa917d --- /dev/null +++ b/.snapshots/readme.md @@ -0,0 +1,11 @@ +# Snapshots Directory + +This directory contains snapshots of your code for AI interactions. Each snapshot is a markdown file that includes relevant code context and project structure information. + +## What's included in snapshots? +- Selected code files and their contents +- Project structure (if enabled) +- Your prompt/question for the AI + +## Configuration +You can customize snapshot behavior in `config.json`. diff --git a/.snapshots/snapshot-2025-02-07T23_00_11_026Z.md b/.snapshots/snapshot-2025-02-07T23_00_11_026Z.md new file mode 100644 index 00000000..a1dde909 --- /dev/null +++ b/.snapshots/snapshot-2025-02-07T23_00_11_026Z.md @@ -0,0 +1,108 @@ +Enter your prompt here + +# Project Structure + +โ”œโ”€ ๐Ÿ“ Cpp + โ””โ”€ README.md +โ”œโ”€ ๐Ÿ“ VisualStudioCode + โ””โ”€ README.md +โ”œโ”€ ๐Ÿ“ JetBrainsIDEs + โ””โ”€ README.md +โ”œโ”€ ๐Ÿ“ Sudo + โ””โ”€ README.md +โ”œโ”€ ๐Ÿ“ SublimeText + โ””โ”€ Plugins.md + โ””โ”€ README.md + โ””โ”€ SublimeLinter.md + โ””โ”€ Preferences.md + โ””โ”€ Packages.md +โ”œโ”€ ๐Ÿ“ Python + โ””โ”€ virtualenv.md + โ””โ”€ pip.md + โ””โ”€ ipython.md + โ””โ”€ README.md + โ””โ”€ numpy.md +โ”œโ”€ ๐Ÿ“ LaTeX + โ””โ”€ README.md +โ”œโ”€ ๐Ÿ“ Docker + โ””โ”€ README.md + โ””โ”€ UsefulCommands.md + โ””โ”€ TipsAndTricks.md +โ”œโ”€ ๐Ÿ“ Heroku + โ””โ”€ README.md +โ”œโ”€ ๐Ÿ“ Scala + โ””โ”€ README.md +โ”œโ”€ ๐Ÿ“ Apps + โ””โ”€ README.md + โ””โ”€ Octave.md + โ””โ”€ Settings.md +โ”œโ”€ ๐Ÿ“ Git + โ””โ”€ README.md + โ””โ”€ gitignore.md +โ”œโ”€ ๐Ÿ“ Ruby + โ””โ”€ RubyGems.md + โ””โ”€ README.md +โ”œโ”€ ๐Ÿ“ SystemPreferences + โ””โ”€ README.md +โ”œโ”€ ๐Ÿ“ PostgreSQL + โ””โ”€ README.md +โ”œโ”€ ๐Ÿ“ scripts + โ””โ”€ publish_gitbook.sh + โ””โ”€ generate_contributors.js + โ””โ”€ health_check_links.sh +โ”œโ”€ ๐Ÿ“ Node.js + โ””โ”€ README.md +โ”œโ”€ ๐Ÿ“ styles + โ””โ”€ website.css +โ”œโ”€ ๐Ÿ“ Rust + โ””โ”€ README.md +โ”œโ”€ ๐Ÿ“ MyySQL + โ””โ”€ README.md +โ”œโ”€ ๐Ÿ“ _layouts + โ”œโ”€ ๐Ÿ“ website + โ””โ”€ ยง.html +โ”œโ”€ ๐Ÿ“ Perl + โ””โ”€ README.md +โ”œโ”€ ๐Ÿ“ Xcode + โ””โ”€ README.md +โ”œโ”€ ๐Ÿ“ Vagrant + โ””โ”€ README.md +โ”œโ”€ ๐Ÿ“ BashCompletion + โ””โ”€ README.md +โ”œโ”€ ๐Ÿ“ Vim + โ””โ”€ README.md +โ”œโ”€ ๐Ÿ“ Go + โ””โ”€ README.md +โ”œโ”€ ๐Ÿ“ Emacs + โ””โ”€ README.md +โ”œโ”€ ๐Ÿ“ iTerm + โ””โ”€ zsh.md + โ””โ”€ ack.md + โ””โ”€ fzf.md + โ””โ”€ tree.md + โ””โ”€ README.md + โ””โ”€ autojump.md +โ”œโ”€ ๐Ÿ“ Security + โ””โ”€ README.md +โ”œโ”€ ๐Ÿ“ Homebrew + โ””โ”€ README.md + โ””โ”€ Cask.md + โ””โ”€ Usage.md +โ”œโ”€ ๐Ÿ“ Java + โ””โ”€ sdkman.md + โ””โ”€ README.md +โ”œโ”€ ๐Ÿ“ References + โ””โ”€ README.md +โ””โ”€ .markdownlint.json +โ””โ”€ README.md +โ””โ”€ package.json +โ””โ”€ LICENSE +โ””โ”€ SUMMARY.md +โ””โ”€ book.json +โ””โ”€ Contributors.md +โ””โ”€ Makefile + + +# Project Files + + diff --git a/.snapshots/sponsors.md b/.snapshots/sponsors.md new file mode 100644 index 00000000..2df337f4 --- /dev/null +++ b/.snapshots/sponsors.md @@ -0,0 +1,44 @@ +# Thank you for using Snapshots for AI + +Thanks for using Snapshots for AI. We hope this tool has helped you solve a problem or two. + +If you would like to support our work, please help us by considering the following offers and requests: + +## Ways to Support + +### Join the GBTI Network!!! ๐Ÿ™๐Ÿ™๐Ÿ™ +The GBTI Network is a community of developers who are passionate about open source and community-driven development. Members enjoy access to exclussive tools, resources, a private MineCraft server, a listing in our members directory, co-op opportunities and more. + +- Support our work by becoming a [GBTI Network member](https://gbti.network/membership/). + +### Try out BugHerd ๐Ÿ› +BugHerd is a visual feedback and bug-tracking tool designed to streamline website development by enabling users to pin feedback directly onto web pages. This approach facilitates clear communication among clients, designers, developers, and project managers. + +- Start your free trial with [BugHerd](https://partners.bugherd.com/55z6c8az8rvr) today. + +### Hire Developers from Codeable ๐Ÿ‘ฅ +Codeable connects you with top-tier professionals skilled in frameworks and technologies such as Laravel, React, Django, Node, Vue.js, Angular, Ruby on Rails, and Node.js. Don't let the WordPress focus discourage you. Codeable experts do it all. + +- Visit [Codeable](https://www.codeable.io/developers/?ref=z8h3e) to hire your next team member. + +### Lead positive reviews on our marketplace listing โญโญโญโญโญ +- Rate us on [VSCode marketplace](https://marketplace.visualstudio.com/items?itemName=GBTI.snapshots-for-ai) +- Review us on [Cursor marketplace](https://open-vsx.org/extension/GBTI/snapshots-for-ai) + +### Star Our GitHub Repository โญ +- Star and watch our [repository](https://github.com/gbti-network/vscode-snapshots-for-ai) + +### ๐Ÿ“ก Stay Connected +Follow us on your favorite platforms for updates, news, and community discussions: +- **[Twitter/X](https://twitter.com/gbti_network)** +- **[GitHub](https://github.com/gbti-network)** +- **[YouTube](https://www.youtube.com/channel/UCh4FjB6r4oWQW-QFiwqv-UA)** +- **[Dev.to](https://dev.to/gbti)** +- **[Daily.dev](https://dly.to/zfCriM6JfRF)** +- **[Hashnode](https://gbti.hashnode.dev/)** +- **[Discord Community](https://gbti.network)** +- **[Reddit Community](https://www.reddit.com/r/GBTI_network)** + +--- + +Thank you for supporting open source software! ๐Ÿ™ diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 00000000..853d5420 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,33 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "aws-sam", + "request": "direct-invoke", + "name": "Invoke Lambda", + "invokeTarget": { + "target": "code", + "lambdaHandler": "Function Handler", + "projectRoot": "${workspaceFolder}" + }, + "lambda": { + "runtime": "Lambda Runtime", + "payload": { + "json": {} + } + } + }, + + { + "type": "amiga", + "request": "launch", + "name": "Ask for file name", + "config": "A500", + "program": "", + "kickstart": "" + } + ] +} \ No newline at end of file diff --git a/_layouts/website/page.html "b/_layouts/website/\302\247.html" similarity index 100% rename from _layouts/website/page.html rename to "_layouts/website/\302\247.html"