gistmanrohThis extension enables the user to manage gists via VSCode. Only the CRUD (Change, Rename, Update, Delete) operations are supported for now. Table of ContentsIntroductionGists are a nice way to share code snippets fast and easy. Unfortunately gists have some downsides in their management capabilities. Gists can be created via web interface and api but lack a unified management experience. If you want to manage gists locally you require git to do so, which can become cumbersome when managing dozens of gists, as every gist is a git repository with all its overhead and no sub directory feature (repo inside a repo). This is where the gistmanroh extension focuses on, it implements a unified management interface in VSCode. To keep the functionality as simple as possible only the CRUD (Create, Rename, Update, Delete) operations are supported. FeaturesThe gistmanroh extension implements all CRUD functionality of the github api. You can:
CommandsCommands are supported in two ways:
An overview of all commands and there functionality can be found here: docs SettingsThis extension implements minimal settings via workspace. An overview of all settings and their functionality can be found here: docs RequirementsThere are no requirements. Known IssuesThere are no know issues. Release NotesThe release nodes are managed via changelog. License |