Skip to content

Instantly share code, notes, and snippets.

View CaptnCodr's full-sized avatar
🥑
💻

Constantin Tews CaptnCodr

🥑
💻
View GitHub Profile

Keybase proof

I hereby claim:

  • I am captncodr on github.
  • I am captncodr (https://keybase.io/captncodr) on keybase.
  • I have a public key ASC3SEhha2_8TdZp6Pa4WwhNk-u_rByViKHeZRtCf9nVaAo

To claim this, I am signing this object:

@CaptnCodr
CaptnCodr / FsCli.fs
Created September 18, 2022 20:35
All notes for FsCli
type Shell =
| BASH
| POWERSHELL
| CMD
cli {
shell CMD
command "/C copy xyz.fs"
} |> Command.execute
@CaptnCodr
CaptnCodr / Fli.md
Last active January 31, 2024 13:46
A little story about Fli

A little story about Fli

This is my first contribution to the FsAdvent on Sergey Tihon's Blog, thank you Sergey for making this possible every year.

Back in September 2022, a wonderful idea came to my mind. I kept thinking more and more over it and took a note, here is the original gist:

type Shell =
| BASH
| POWERSHELL
| CMD