Skip to content

mtempling/asg-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asg-2019

This is an OWEL for All Systems Go 2019.

The oneliner

curl -sSL https://raw.githubusercontent.com/Ericsson/ove/master/setup | bash -s asg https://github.com/mtempling/asg-2019

The above oneliner is short for:

mkdir -p asg
cd asg
git clone https://github.com/Ericsson/ove.git .ove
git clone https://github.com/mtempling/asg-2019
ln -s asg-2019 .owel
ln -s .ove/ove ove

Setup the environment

source ove

Open ASG talks in your preferred web browser

ove asg <tab><tab>

Fetch some repositories

ove fetch bat diskus hexyl ripgrep tokei
ove fetch <tab><tab>

Fetch all repositories

Here we will issue ~45 git clones (3 in parallel) and this will occupy ~4GB of disk space. You have been warned!

ove fetch

Build

Build some Rust programs that was mentioned in the Alternatives to standard utilities lightning talk.

ove buildme [<tab><tab>]
# wait
tree stage
stage
└── usr
    └── bin
        ├── bat
        ├── diskus
        ├── hexyl
        ├── rg
        └── tokei

Other

The 'schedule' file was fetched (2019-09-23) using:

curl https://cfp.all-systems-go.io/ASG2019/schedule/export/schedule.json | jq -r .schedule.conference | ...

About

All Systems Go! 2019 OWEL

Topics

Resources

License

Stars

Watchers

Forks

Languages