reudda / ________t

0 stars 0 forks source link

treely command #8

Open iamust opened 2 years ago

iamust commented 2 years ago

-a hidden files | current directory | previous directory -d List directories only.

-L level -I pattern --gitignore filtering files and directories --noreport the file and directory report

iamust commented 2 years ago

os.Args vs. barCmd.Args()
var validID = regexp.MustCompile(`^[a-z]+\[[0-9]+\]$`)
fmt.Println(validID.MatchString("adam[23]"))
iamust commented 2 years ago

matched, err := regexp.MatchString(`foo.*`, "seafood")
fmt.Println(matched, err)
matched, err = regexp.MatchString(`bar.*`, "seafood")
fmt.Println(matched, err)
matched, err = regexp.MatchString(`a(b`, "seafood")
fmt.Println(matched, err)
iamust commented 2 years ago

sort.Strings(strs)
sort.Sort(byLength(fruits))
r := bufio.NewReader(os.Stdin)
iamust commented 2 years ago

A minimal implementation of the UNIX tree command with colors!
iamust commented 2 years ago

https://flaviocopes.com/go-tutorial-lolcat/ https://raw.githubusercontent.com/busyloop/lolcat/master/lib/lolcat/lol.rb

iamust commented 2 years ago

https://github.com/jekyll/minima/tree/master/_layouts https://github.com/shikijs/shiki/blob/main/docs/themes.md https://markdoc.dev/docs/getting-started https://markdown-it.github.io/markdown-it/ https://github.com/preactjs/preact-render-to-string

iamust commented 2 years ago

https://world.hey.com/jorge https://tinyclouds.org/ https://jenssegers.com/archive/5

iamust commented 2 years ago

https://janko.io/rodauth-a-refreshing-authentication-solution-for-ruby/ https://janko.io/adding-authentication-in-rails-with-rodauth/ https://github.com/janko/sequel-activerecord_connection https://github.com/jeremyevans/rodauth

iamust commented 1 year ago

https://www.news1.kr/search_front/search.php

iamust commented 3 weeks ago

brew autoremove