Re: Directory and file functions?

2025-01-05 Thread Alexander Burger
On Sun, Jan 05, 2025 at 01:58:45PM -0700, Lloyd R. prentice wrote: >I’m sorry, Alex, but I’m not well enough acquainted with PicoLisp yet > to understand your response. Are there docs on the web to help me > understand? OK, I see. When I wrote > > There is 'info', 'dir', 'cd', 'chdir', 'dirname'

Re: Question: How to get input value and not echo it to display in vip?

2025-01-05 Thread Lindsay Lawrence
Thanks Alex! That was a nice cue. In my viprc I've ended up with the code below. I can now define one or more named keys and use them to encrypt/decrypt buffers in a given session without showing the key Regards, Lindsay (setq *EncKeys '(("yek" . "key"))) (cmd "yek" (L Lst Cnt) # Set named enc

Re: Directory and file functions?

2025-01-05 Thread Anastasios Drakopoulos
(call 'ls '-al) Στις Κυρ, 5 Ιαν 2025, 19:10 ο χρήστης Lloyd R. prentice < picolisp@software-lab.de> έγραψε: > Hello, > > I’m considering PicoLisp for a web app I have in mind. The app would run > on Linux and depend heavily on directory/file navigation. But so far, > rummaging through the docs, I

Re: Directory and file functions?

2025-01-05 Thread Lloyd R. prentice
I’m sorry, Alex, but I’m not well enough acquainted with PicoLisp yet to understand your response. Are there docs on the web to help me understand? I’ve written an extensive command line app to help manage my self-publishing business. It simulates a large publishing company— serves as a memory

Directory and file functions?

2025-01-05 Thread Lloyd R. prentice
Hello, I’m considering PicoLisp for a web app I have in mind. The app would run on Linux and depend heavily on directory/file navigation. But so far, rummaging through the docs, I fail to find basic directory/file navigation functions such as provided by, say, Bash. Can some kind soul please

Re: Directory and file functions?

2025-01-05 Thread picolisp
Hi Lloyd, Check out: cd , chdir , dir and info Have fun, - beneroth On 05.01.25 18:00, Lloyd R. prentice wrote: H

Re: Directory and file functions?

2025-01-05 Thread Alexander Burger
Hi Lloyd, > I’m considering PicoLisp for a web app I have in mind. The app would > run on Linux and depend heavily on directory/file navigation. But so > far, rummaging through the docs, I fail to find basic directory/file > navigation functions such as provided by, say, Bash. There is 'info', 'd