siliconlad / aish

A terminal shell built with AI at the core
6 stars 0 forks source link

Support Single Quotes #45

Closed siliconlad closed 4 months ago

siliconlad commented 4 months ago

The logic is basically:

  1. Arguments are separate by spaces
  2. Anything in the single quotes is included within the relevant argument as is. Therefore something like h'hello there' => hhello there.

Screenshot from 2024-07-29 16-53-05