All Projects → tigerxy → VSCode-ShareCode

tigerxy / VSCode-ShareCode

Licence: GPL-3.0 License
Share Code is an Extension for Visual Studio Code. You can find it on marketplace.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to VSCode-ShareCode

gitlab-job-log-viewer
Browser extension for code highlighting raw logs in Gitlab CI
Stars: ✭ 21 (-30%)
Mutual labels:  gitlab
gitlab-mattermost-backup
A simple backup script for mattermost in gitlab omnibus package
Stars: ✭ 23 (-23.33%)
Mutual labels:  gitlab
comment-divider
Divide your code by sections with styled separators
Stars: ✭ 37 (+23.33%)
Mutual labels:  visual-studio-code-extension
vscode-terraform-doc-snippets
Snippets in vscode for all resources and data sources, as yanked directly from provider docs.
Stars: ✭ 26 (-13.33%)
Mutual labels:  visual-studio-code-extension
pipelines-as-code
Pipelines as Code
Stars: ✭ 37 (+23.33%)
Mutual labels:  gitlab
gitlab-setup
A Packer / Terraform / Ansible configuration to install Gitlab and Gitlab-CI
Stars: ✭ 53 (+76.67%)
Mutual labels:  gitlab
gitlab ynh
GitLab package for YunoHost
Stars: ✭ 17 (-43.33%)
Mutual labels:  gitlab
docker-dev-arduino
Arduino development environment in a container
Stars: ✭ 18 (-40%)
Mutual labels:  gitlab
react-gist
Github Gist React component
Stars: ✭ 76 (+153.33%)
Mutual labels:  github-gist
ynest
ynest, 是一個幫助項目開始的腳手架,目前包含了 nest.js、flutter 項目,內置 CI/CD 等自動化腳本設定。
Stars: ✭ 17 (-43.33%)
Mutual labels:  gitlab
gitlab task manager
Microsoft Todo inspired task manager leveraging Gitlab's Issue Tracker as the backend
Stars: ✭ 22 (-26.67%)
Mutual labels:  gitlab
rustypaste
A minimal file upload/pastebin service.
Stars: ✭ 102 (+240%)
Mutual labels:  pastebin
md-toc
Automatically generate a compliant table of contents for a markdown file to improve document readability
Stars: ✭ 18 (-40%)
Mutual labels:  gitlab
obsidian
A WordPress starter kit for the modern web.
Stars: ✭ 20 (-33.33%)
Mutual labels:  gitlab
gisht
Gists in the shell
Stars: ✭ 23 (-23.33%)
Mutual labels:  pastebin
rocketchat-gitlab-hook
Add GitLab notifications via a new WebHook in Rocket.Chat
Stars: ✭ 80 (+166.67%)
Mutual labels:  gitlab
ganttlab
A live Gantt chart for GitLab and GitHub
Stars: ✭ 30 (+0%)
Mutual labels:  gitlab
Discord-Tools
VSCode extension allowing the integration of a Discord chat, bot templates, snippets, themes and more!
Stars: ✭ 91 (+203.33%)
Mutual labels:  visual-studio-code-extension
control-repo
An opinionated control repository and steps for setting it up in PE
Stars: ✭ 34 (+13.33%)
Mutual labels:  gitlab
StGitlab
Sublime text Gitlab manager
Stars: ✭ 13 (-56.67%)
Mutual labels:  gitlab

Features

Supports on Pastebin and Github Gist

  • share code
  • open shared files
  • login with oauth

Supports on GitLab

  • share code
  • open shared files

Please create a Personal Access Tokens by hand

Usability

  • select text for sharing
  • context menus

Usage

Press Ctrl+Shift+P and type in Share Code. Then you can select between Pastebin and GitHub Gist. (anonymous) means you don't have to login to share a file, but you can't edit or remove it later, when you choose this option.

HowTo upload a file to Pastebin:

alt tag

HowTo upload a file to Github Gist:

alt tag

Settings

These settings are set automatically when you start the extension. You can also manually configure your user name and token. Go to File > Preferences > User Settings and add these lines:

{
    "shareCode.pastebin.username": "...",
    "shareCode.pastebin.authtoken": "...",
    "shareCode.github.username": "...",
    "shareCode.github.authtoken": "...",
    "shareCode.gitlab.baseurl": "...",
    "shareCode.gitlab.authtoken": "..."
}

Reset Github token

Sometimes it is necessary to delete a token. Go to this page and delete the token named VSCode Share Code.

Like?

You can support my work :)

paypal

License

GPLv3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].