Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CodeMenu #1445

Merged
merged 2 commits into from
Jun 30, 2024
Merged

Add CodeMenu #1445

merged 2 commits into from
Jun 30, 2024

Conversation

wiktorwojcik112
Copy link
Contributor

NOTE: A similar PR may already be submitted! Please search among the Pull request before creating one.

Types of Changes

  • New addition to list
  • Fixing bug in existing item in list
  • Removing item from list
  • Changing structure (organization) of list

Proposed Changes

I'm not sure if adding your own apps is allowed, but this pull request adds a project that I have been working on - CodeMenu. It's a snippets manager with many useful features. It has features like:

  • a side window (it contains a list of snippets and filters and allows for drag and dropping, quickly running snippet's code and working with placeholders [either by pre-filling them or filling while copying by long-pressing a card])
  • access in IDEs using Suggestions app
  • natural language search
  • placeholders (there are also advanced ones like shell, date and time too)
  • code running and HTML preview
  • online snippets database
  • useful programming tools (editor for running code, RegEx tester, code image generator and more)
    and more. It's really feature-rich and I'm planning to add more soon. I consider it useful, so I think that other developers will also like it. You can learn more about CodeMenu at its landing page.

PR Checklist

Put an x in the boxes once you've completed each step. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • I have read the CONTRIBUTING guide
  • I have explained why this PR is important
  • I have added necessary documentation (if appropriate)

Further Comments

@jaywcjlove jaywcjlove merged commit 58e16d1 into jaywcjlove:master Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants