Remix.run Logo
blahgeek 17 hours ago

> taking inspiration from command-line interfaces

IMO the take away from command-line interfaces is compact, precise and minimal design. In a transitional shell prompt like #~$, each character has its meaning. Merely copying these symbols to a watch face is the exact opposite spirit of command like interfaces.

goncalomb 16 hours ago | parent | next [-]

Cool project, but I also noticed the weird choice of #:~$ as a prompt, it uses almost half the width of the clock screen. And isn't # normally used to denote root shells? I don't think I ever saw it together with $.

My favorite prompt is >: as a callback to the Swan computer in the TV show Lost (not sure if it's also used in early Apple computers).

0xDEAFBEAD 4 hours ago | parent | next [-]

A prompt including > can be dangerous since that character also does shell output redirection. A sloppy copy/paste could, in theory, overwrite an important file.

miohtama 15 hours ago | parent | prev | next [-]

Good news it's an open source project so you can customise your prompt (:

dotancohen 4 hours ago | parent [-]

Brought to you by the "it's configurable, so we don't need sane defaults" crowd.

dhosek 10 hours ago | parent | prev | next [-]

If I remember right, > was the prompt for Integer basic, ] for Applesoft Basic and * for the monitor.

Angostura 8 hours ago | parent [-]

Yup.

3D0G to start basic from the Monitor

9 hours ago | parent | prev [-]
[deleted]
barbazoo 5 hours ago | parent | prev | next [-]

Perhaps one could configure it or fork and modify https://github.com/zsteig/.watch

OJFord 10 hours ago | parent | prev [-]

`date +whatever` right arg for the output would also make more sense than `./t` if there's room