https://github.com/vicenterfreire/stashly
Score: 0.0
Last synced: about 12 hours ago
JSON representation
Repository metadata:
A Git CLI Client to improve git workflow
- Host: GitHub
- URL: https://github.com/vicenterfreire/stashly
- Owner: vicenterfreire
- License: mit
- Created: 2025-08-21T18:07:06.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-26T12:33:44.000Z (12 months ago)
- Last Synced: 2026-08-09T15:43:01.634Z (7 days ago)
- Language: Go
- Size: 62.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Owner metadata:
- Name: Vicente Freire
- Login: vicenterfreire
- Email: vicenters10@gmail.com
- Kind: user
- Description: A guy passionate for programming, games and music.
- Website:
- Location: Brazil
- Twitter:
- Company: RDI Software Brasil
- Icon url: https://avatars.githubusercontent.com/u/60194589?u=fd49266c7d1e0af6e8f052665a65e79b740ae693&v=4
- Repositories: 6
- Last Synced at: 2026-08-09T15:43:02.183Z
- Profile URL: https://github.com/vicenterfreire
GitHub Events
Total
- Total: 0
Last Year
- Total: 0
Committers metadata
Last synced: 5 days ago
Total Commits: 22
Total Committers: 1
Avg Commits per committer: 22.0
Development Distribution Score (DDS): 0.0
Commits in past year: 22
Committers in past year: 1
Avg Commits per committer in past year: 22.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| ryuvi | v****0@g****m | 22 |
Dependencies
go.mod
go
- dario.cat/mergo v1.0.0
- github.com/AlecAivazis/survey/v2 v2.3.7
- github.com/Microsoft/go-winio v0.6.2
- github.com/ProtonMail/go-crypto v1.1.6
- github.com/cloudflare/circl v1.6.1
- github.com/cyphar/filepath-securejoin v0.4.1
- github.com/emirpasic/gods v1.18.1
- github.com/fatih/color v1.18.0
- github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
- github.com/go-git/go-billy/v5 v5.6.2
- github.com/go-git/go-git/v5 v5.16.2
- github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
- github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
- github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
- github.com/kevinburke/ssh_config v1.2.0
- github.com/mattn/go-colorable v0.1.13
- github.com/mattn/go-isatty v0.0.20
- github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
- github.com/pjbgf/sha1cd v0.3.2
- github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
- github.com/skeema/knownhosts v1.3.1
- github.com/xanzy/ssh-agent v0.3.3
- golang.org/x/crypto v0.37.0
- golang.org/x/net v0.39.0
- golang.org/x/sys v0.32.0
- golang.org/x/term v0.31.0
- golang.org/x/text v0.24.0
- gopkg.in/warnings.v0 v0.1.2
go.sum
go
- dario.cat/mergo v1.0.0
- github.com/AlecAivazis/survey/v2 v2.3.7
- github.com/Microsoft/go-winio v0.5.2
- github.com/Microsoft/go-winio v0.6.2
- github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2
- github.com/ProtonMail/go-crypto v1.1.6
- github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
- github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
- github.com/cloudflare/circl v1.6.1
- github.com/creack/pty v1.1.17
- github.com/cyphar/filepath-securejoin v0.4.1
- github.com/davecgh/go-spew v1.1.0
- github.com/davecgh/go-spew v1.1.1
- github.com/elazarl/goproxy v1.7.2
- github.com/emirpasic/gods v1.18.1
- github.com/fatih/color v1.18.0
- github.com/gliderlabs/ssh v0.3.8
- github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
- github.com/go-git/go-billy/v5 v5.6.2
- github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399
- github.com/go-git/go-git/v5 v5.16.2
- github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
- github.com/google/go-cmp v0.7.0
- github.com/hinshun/vt10x v0.0.0-20220119200601-820417d04eec
- github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
- github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
- github.com/kevinburke/ssh_config v1.2.0
- github.com/kr/pretty v0.1.0
- github.com/kr/pretty v0.3.1
- github.com/kr/pty v1.1.1
- github.com/kr/text v0.1.0
- github.com/kr/text v0.2.0
- github.com/mattn/go-colorable v0.1.2
- github.com/mattn/go-colorable v0.1.13
- github.com/mattn/go-isatty v0.0.8
- github.com/mattn/go-isatty v0.0.16
- github.com/mattn/go-isatty v0.0.20
- github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
- github.com/onsi/gomega v1.34.1
- github.com/pjbgf/sha1cd v0.3.2
- github.com/pkg/errors v0.9.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/rogpeppe/go-internal v1.14.1
- github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
- github.com/sirupsen/logrus v1.7.0
- github.com/skeema/knownhosts v1.3.1
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/testify v1.2.2
- github.com/stretchr/testify v1.4.0
- github.com/stretchr/testify v1.6.1
- github.com/stretchr/testify v1.10.0
- github.com/xanzy/ssh-agent v0.3.3
- github.com/yuin/goldmark v1.4.13
- golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
- golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
- golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
- golang.org/x/crypto v0.37.0
- golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
- golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
- golang.org/x/net v0.0.0-20190620200207-3b0461eec859
- golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
- golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
- golang.org/x/net v0.0.0-20220722155237-a158d28d115b
- golang.org/x/net v0.39.0
- golang.org/x/sync v0.0.0-20190423024810-112230192c58
- golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
- golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
- golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223
- golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
- golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
- golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
- golang.org/x/sys v0.0.0-20210423082822-04245dca01da
- golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
- golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
- golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
- golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
- golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
- golang.org/x/sys v0.6.0
- golang.org/x/sys v0.32.0
- golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
- golang.org/x/term v0.31.0
- golang.org/x/text v0.3.0
- golang.org/x/text v0.3.3
- golang.org/x/text v0.3.6
- golang.org/x/text v0.3.7
- golang.org/x/text v0.4.0
- golang.org/x/text v0.24.0
- golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
- golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e
- golang.org/x/tools v0.1.12
- golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
- gopkg.in/warnings.v0 v0.1.2
- gopkg.in/yaml.v2 v2.2.2
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
- gopkg.in/yaml.v3 v3.0.1