Skip to content

Instantly share code, notes, and snippets.

View sinushx's full-sized avatar

Saman Nourkhalaj sinushx

View GitHub Profile
@sinushx
sinushx / cool-ls.go
Last active May 10, 2019 11:44
a ls-like program in go
package main
import (
"flag"
"fmt"
"github.com/fatih/color"
"log"
"os"
"strconv"
"strings"