mu/browse-slack
Kartik K. Agaram 9d09939e76 slack: space for a menu bar 2021-08-11 14:30:48 -07:00
..
README.md . 2021-08-10 19:55:52 -07:00
convert_slack.py . 2021-08-10 15:35:13 -07:00
environment.mu slack: space for a menu bar 2021-08-11 14:30:48 -07:00
main.mu . 2021-08-11 10:29:34 -07:00
test_data . 2021-08-11 10:37:12 -07:00
vimrc.vim . 2021-08-10 15:35:13 -07:00

README.md

To try it out (on Linux; it's unusably slow on other platforms):

  1. Import a Slack archive into the data disk by following the instructions at the top of browse-slack/convert_slack.py.

  2. Build the code disk.

./translate browse-slack/*.mu
  1. Run the code and data disks:
qemu-system-i386 -accel kvm -m 2G -hda code.img -hdb path/to/data.img