Atlas.nvim is a Neovim plugin designed to streamline the development workflow by allowing users to browse and manage GitHub and Bitbucket pull requests, as well as Jira issues, directly within the editor. This integration keeps the focus on coding while seamlessly handling project management tasks.
Atlas.nvim is a powerful Neovim plugin designed to simplify the management of GitHub and Bitbucket pull requests (PRs) and Jira issues directly within the editor. This plugin enhances the productivity of developers by providing seamless integration with essential tools while minimizing the need to switch contexts.
Note: This project is currently in early development and may include breaking changes.
| GitHub | Bitbucket |
|---|---|
| Jira | Create / Edit Issue |
Atlas.nvim provides a range of commands to streamline operations:
:AtlasIssues [provider] - Access Atlas issues domain.:AtlasPulls [provider] - Open Atlas pulls domain.:AtlasCreatePR - Initiate a pull request from the current branch.:AtlasCreateIssue - Create an issue on GitHub or Jira.:AtlasSearch [provider] - Generate search prompts for configured providers.:AtlasClearCache - Clear cache for Atlas in memory and disk.:AtlasLogs - Toggle the display of Atlas logs.gh) must be authenticated through gh auth loginAtlas.nvim allows users to implement custom actions for both issues and pull requests, enhancing flexibility and workflow management. For example, a user could create a custom action to copy branch names or open repositories in external tools like tmux.
Users can leverage dedicated search commands for each connected provider, allowing for an efficient way to find relevant issues and pull requests:
is:, repo:, or author:.Atlas.nvim offers a consolidated approach for developers to handle critical development workflows effectively without leaving the Neovim environment, contributing to a more streamlined development process.
No comments yet.
Sign in to be the first to comment.