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
It would be nice if you can do everything on the CLi ( nogui mode) that you can do in the TUI mode.
For example search, navigate down a tree hierarchy.
As far as i can tel this is not possible because the raw commands are coupled to the TUI ?
Another nice pattern for the comments is that you can ask it to return the result as JSON. This allows higher level tooling to be build on top easily, because the higher level commands can parse the JSON.
SO then you can pipe things, like a Find and then a Replace. The Find cmd would return a JSON list, and then the Replace would use this JSON to do the replace
SO maybe like:
gls -noui find --jsonout hello l replace hello-world
The text was updated successfully, but these errors were encountered:
It would be nice if you can do everything on the CLi ( nogui mode) that you can do in the TUI mode.
For example search, navigate down a tree hierarchy.
As far as i can tel this is not possible because the raw commands are coupled to the TUI ?
Another nice pattern for the comments is that you can ask it to return the result as JSON. This allows higher level tooling to be build on top easily, because the higher level commands can parse the JSON.
SO then you can pipe things, like a Find and then a Replace. The Find cmd would return a JSON list, and then the Replace would use this JSON to do the replace
SO maybe like:
The text was updated successfully, but these errors were encountered: