Coder Social home page Coder Social logo

gisto / gisto Goto Github PK

View Code? Open in Web Editor NEW
1.0K 32.0 92.0 33.96 MB

Gisto is a Cross-platform snippets management desktop application that allows you and/or your team share code snippets fast and easily. Based on GitHub Gists Infrastructure which means you can use all your existing snippets by connecting your GitHub account! Gisto started as an attempt to fulfill the lack of a syntax highlighted and cloud synchronized code snippet solution. You may thing of Gisto as Evernote for code.

Home Page: http://www.gistoapp.com/

License: MIT License

CSS 0.66% JavaScript 86.93% HTML 0.87% Shell 0.09% TypeScript 11.44%
gist snippets github-gist

gisto's Introduction

{ Gisto }

Snippets made awesome

GitHub release GitHub tag (latest SemVer pre-release) GitHub license Codecov master Codecov next Code Climate OSX build Linux build AppVeyor branch

About

Gisto is a code snippet manager that runs on GitHub Gists and adds additional features such as searching, tagging and sharing gists while including a rich code editor. All your data is stored on GitHub and you can access it from GitHub Gists at any time with changes carrying over to Gisto

Getting gisto

Future and Status

Current released version is always on the branch master

Gisto next version in the works can be tracked via next branch

Please see next branch for upcoming version currently in development.

change.log of current version for more detailed info regarding new features, bug fixes and releases.

Changelog

Screenshots

Dashboard Snippet view Snippet options
Dashboard Snippet view Snippet options
Edit mode Settings Create new
Edit mode Settings Create new
CSV preview GeoJSON preview Images preview
Edit mode Settings Create new

FEATURES

  • Advanced search
  • Enterprise log-in
  • Tags
  • Syntax highlight
  • Grouping by language
  • Quick snippet actions
  • Copy to clipboard
  • Copy file contents to clipboard
  • Open in external tools like plunkr, jsbin, carbon.now.sh, jsfiddle, etc.
  • Editor settings
  • Theme color changer
  • Drag and drop to create files
  • Comments
  • Web app
  • Open source

Preview of:

  • Markdown preview (with emoji)
  • AsciiDoc preview
  • CSV and TSV preview
  • GeoJSON preview
  • Images preview (read only, pushed to gist by git)
  • PDF preview (read only, pushed to gist by git)
  • Open API/Swagger preview

And more...

Gisto previous version

Gisto v1 can be tracked via branch v1

This version considered obsolete and will not be updated

Latest builds

Latest builds in the releases tab

Issues, bug reporting and pull requests

Please feel free to add a bug / feature request / suggestions to the issue tracker.

Pull requests are very welcome

Privacy/authentication

Gisto authenticates to GitHub by using one of the following methods:

  • Oauth2 - the default option on the log-in screen

  • Basic authentication over SSL and retrieving an oAuth2 token. Thus the need for your GitHub user and password

  • Access token - If you would rather to supply your own access token without providing Gisto your login details you may manually create an access token from the account settings at GitHub and login using the generated token

  • Token via CLI - You can log-in with token by passing it to the executable as CLI argument (macOs example): open /Applications/Gisto.app/ --args --token 123123 (#183)

Gisto only saves the oAuth2 token received after authenticating and nothing else.

This token will be saved permanently until you log out.

You can find out more at the F.A.Q. section

How to help/contribute

  • fix issues, pull request are very welcome
  • write, improve docs
  • write tests (we use jest)
  • fix/contribute to Gisto's website (https://gistoapp.com)
  • suggest features and improvements
  • spread the word

Development setup

Make sure you have nodejs and npm installed in the development machine

Clone the latest "next" branch:

git clone -b next --single-branch https://github.com/Gisto/Gisto.git

Install dependencies in the directory created by cloning:

npm install

Run the local application (electron mode):

npm run dev

Run the local application (webapp):

npm run start:web (you will also have to run webserver from /web/ directory)

(for more commands, see package.json script section)

Run tests

npm run test or npm t

Release cycle

pre-release (beta from next branch)

  • make changes on next brnch ONLY
  • commit (this will run lint and tests)
  • do not push, run npm run make:release:beta - will commit new tag with -beta.0 prefix and will also push

release

  • make changes on next brnch ONLY
  • commit (this will run lint and tests) and push
  • do not push, run npm run make:release (for minor version), will update readme and changelog, add and commit new tag and will also push

License

MIT

gisto's People

Contributors

azure-pipelines[bot] avatar codemedic avatar dependabot[bot] avatar gitter-badger avatar kawarimidoll avatar morsdyce avatar sanusart avatar tusharmath avatar xyzwilliamxyz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gisto's Issues

Themes

Make gisto theme aware. Theme should be switched in settings dialog and reference saved in 'settings.json'.

Offline access to gists

Allow offline access to gists.

EDIT: gathering all properties into one list of possible properties for this feature in one list from the suggestions in the issue

  • Ability for search to search all gist text #100 (full text search)
  • Aggregate all your gists in the background so they are always available in offline mode
  • Diff conflicted gist and choose via 2 or 3 side-by-side column layout
  • Notify users with large gist collection regarding implications and limits of Gist API (5000 requests/hour)
  • Turn offline mode on/off via settings
  • "Force sync" button on single gist
  • Option to clear traces of sync at log-out (for security reason, while using Gisto on not trusted/public station)
  • Ability to create gists while being offline.
  • Ability to update gists while being offline
  • Automatically sync gists when internet connection becomes available.
  • Namespace user data so it will be possible to have multiple users without re-syncing everything.

Stop unnecessary network calls

Mainly related to login and stars.

login calls for gist data too soon and stars is being called when a gist is loaded.

Fix login flow

When logging in there should no need for refresh to display your data.

Fix all 404 issues

Make sure that anything that gets a 404 is cancelled if not needed or fixed if needed.

Fix login

Fix login to work hand in hand with settings.

New name

Come up with a new name for the app.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.