Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send text and Lisp functions to input fields with autofill: simple snippet for a great tool. - YouTube #708

Open
1 task
irthomasthomas opened this issue Mar 6, 2024 · 1 comment
Labels
code-generation code generation models and tools like copilot and aider lisp Programming in Lisp New-Label Choose this option if the existing labels are insufficient to describe the content accurately programming-languages Topics related to programming languages and their features. software-engineering Best practice for software engineering

Comments

@irthomasthomas
Copy link
Owner

Send text and Lisp functions to input fields with autofill: simple snippet for a great tool. - YouTube

DESCRIPTION: "This short demonstrates custom autofills and provides an example config for using Nyxt browser to pass Lisp arguments to web input fields. Happy Lisp hacking!

https://nyxt-browser.com/
GitHub: https://github.com/atlas-engineer/nyxt

The auto-fill snippet for your config.lisp file:

;;; custom auto-fills
(define-configuration :autofill-mode
    ((autofills
      (list (nyxt/mode/autofill:make-autofill :name "Name" :fill "Tomato")
            (nyxt/mode/autofill:make-autofill :name "Current time: "
                                              :fill (lambda () (write-to-string (local-time:now))))))))

URL: https://www.youtube.com/watch?v=ZW9nZddcAbU

Suggested labels

{'label-name': 'web-browser', 'label-description': 'Related to web browsing and tools used for navigating the internet', 'confidence': 54.88}

@irthomasthomas irthomasthomas added code-generation code generation models and tools like copilot and aider lisp Programming in Lisp New-Label Choose this option if the existing labels are insufficient to describe the content accurately programming-languages Topics related to programming languages and their features. software-engineering Best practice for software engineering labels Mar 6, 2024
@irthomasthomas
Copy link
Owner Author

irthomasthomas commented Mar 6, 2024

Related content

#367 - Similarity score: 0.84

#57 - Similarity score: 0.83

#539 - Similarity score: 0.82

#498 - Similarity score: 0.82

#648 - Similarity score: 0.82

#704 - Similarity score: 0.82

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-generation code generation models and tools like copilot and aider lisp Programming in Lisp New-Label Choose this option if the existing labels are insufficient to describe the content accurately programming-languages Topics related to programming languages and their features. software-engineering Best practice for software engineering
Projects
None yet
Development

No branches or pull requests

1 participant