You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lsgists command lists all gists including those in subfolders. Like unix ls, it would be better if it only listed the top level gists, That is also the way the gists.github.com site works.
Look at my gists at https://gists.github.com/osiristerje . You can see I have a history folder (that comes from Visual Studio Code sync settings, so it is automatically updated). Using lsgists the content of this folder is listed along with the few top level (16) gists I do have.
One could additionally add an option to list content in subfolders, using the same syntax as the UNIX ls.
The text was updated successfully, but these errors were encountered:
Also given that you can't manually create subfolders, as you state.
One could also turn that option around, default it to ignore subfolders, and have an option to include them.
Awesome tool!
The lsgists command lists all gists including those in subfolders. Like unix ls, it would be better if it only listed the top level gists, That is also the way the gists.github.com site works.
Look at my gists at https://gists.github.com/osiristerje . You can see I have a history folder (that comes from Visual Studio Code sync settings, so it is automatically updated). Using lsgists the content of this folder is listed along with the few top level (16) gists I do have.
One could additionally add an option to list content in subfolders, using the same syntax as the UNIX ls.
The text was updated successfully, but these errors were encountered: