1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00

open folder if no arguments given

This commit is contained in:
Zack Scholl 2018-10-19 10:18:49 -07:00
parent 5ecbab6673
commit dc6493374a
2 changed files with 13 additions and 1 deletions

1
go.mod
View file

@ -15,6 +15,7 @@ require (
github.com/schollz/progressbar/v2 v2.6.0
github.com/schollz/spinner v0.0.0-20180925172146-6bbc5f7804f9
github.com/schollz/utils v1.0.0
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
github.com/stretchr/testify v1.2.2
github.com/tscholl2/siec v0.0.0-20180721101609-21667da05937
github.com/urfave/cli v1.20.0