bounceme / remote-viewer

vim-dirvish & cURL
27 stars 2 forks source link

Note, ls #1

Closed bounceme closed 6 years ago

bounceme commented 6 years ago

{ find . -type d -maxdepth 1 | sed -e 's/$/\//' && find . \! \( -type d \) -maxdepth 1 ; } | sed -e 's/^\.\///' -e '/^$/d'

just to remember

bounceme commented 6 years ago

going to be tough escaping this in tcl

bounceme commented 6 years ago

it was