top | item 45626902

(no title)

blahgeek | 4 months 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.

discuss

order

goncalomb|4 months ago

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 months ago

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|4 months ago

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

dhosek|4 months ago

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

MrGilbert|4 months ago

On the other hand: It‘s art. It‘s ok for art to get inspired from the command line, yet put aesthetics over replication.

pjmlp|4 months ago

Using computers since 1986, not sure where I can find such precise and minimal design, when it is impossible to use them without a manual, there is no discovery, and most commands have an endless list of options.

nine_k|4 months ago

The manual is there usually: type `man`, or `help`, or run the command with `--help`.

Most GUIs also have "endless" pages of options. Grouping them helps quite a bit.

Having many options is usually considered the trait of the rich and powerful. Studying them for the tools you use often may actually save time, compared to googling around the bush every time.

OJFord|4 months ago

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