Commit Graph

17 Commits

Author SHA1 Message Date
Stefan Holderbach
b9c873bc67
Remove the failing CI on the main branch (#805)
See
https://github.com/nushell/nu_scripts/pull/771#issuecomment-2020331739
and following

As we don't have a path forward to make sure all files are fixed and
will be maintained. (and the file detection itself is reliable)
Disable the `main` branch (and nightly run) for now.

This will keep the CI for PRs so at least added scripts pass the current
nu version
2024-03-30 16:37:19 -05:00
Auca Coyan
13a73ab635
🐛 fix more parser errors (#783)
Hi! I reduced some of the errors in the daily CI. Still there are a few
of them, but at least is something

- Added the badge for the `daily.yml` (currently failing)
- removed old `docker` from v0.60
- removed old `git` from auto-generate completions
- removed `nethack` from auto-generate completions (wasn't very useful)
- removed `root` from auto-generate completions (wasn't very useful)
- removed `valgrind` from auto-generate completions (wasn't very useful)
- moved `less` from auto-generate to custom-completions.
- moved `mix` from auto-generate to custom-completions.
- moved `tar` from auto-generate to custom-completions.
- moved `tcpdump` from auto-generate to custom-completions.
- moved `virsh` from auto-generate to custom-completions.
- moved `zef` from auto-generate to custom-completions.
- fixed `base16.nu`
- fixed `from-cpuinfo.nu`
- fixed `from-dmicode.nu`
- fixed `to-number-format.nu`
- fixed `to-json-schema.nu`
2024-03-15 21:10:27 -05:00
Mikko Viitamäki
a95c57f52e
fix broken link on README.md (#716)
hooks link was broken
2023-12-23 10:37:24 +01:00
Fulvio Scapin
ee64875861
Update README.md: typo (#545)
it's -> its
2023-07-05 10:39:08 -05:00
Chris Dawkins
724f89c330
fix navigation links (#467) 2023-04-26 18:38:06 -05:00
Mel Massadian
c47ccd42b8
refactor: (#418)
* refactor:  move in one commit

Eveything in modules should probably be changed to `exported` defs.
The idea is to move everything first to keep proper history.

* refactor: 📝 add modules readme (wip)

* refactor:  small move

* refactor: 📝 changed nestring, updated modules readme

* refactor: 📝 to document or not to document

* fix: 🐛 themes

replaced the template to use `main` and regenerated them
from lemnos themes.

* Revert "fix: 🐛 themes"

This reverts commit 4918d3633c.

* refactor:  introduce sourced

- Created a source `root` in which sourcable demos are stored.
  Some might get converted to modules later on.
- Moved some files to bin too.

* fix: 🐛 fehbg.nu

* fix: 🐛 modules/after.nu

* moved some other stuff around

---------

Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com>
2023-04-25 17:56:25 -05:00
Darren Schroeder
ca89da5242
reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
Hristo Filaretov
9ed5c60633 Add documentation and format the source files
Add a README with information on how to use the virtual environment
commands and the patterns they are based on. Also add the two new
commands to the root README table.
2021-08-05 12:56:02 +02:00
Sertac Olgunsoylu
d1d671e5b5
Fix broken links to scripts 2021-07-19 00:35:31 -07:00
John Goff
5ecddf7851 Add prompt which displays short working directory and git status of current directory 2021-03-19 23:58:36 -04:00
Darren Schroeder
30cc55c243 added how to run scripts 2021-01-30 11:24:11 -06:00
Darren Schroeder
ae699b8c5f updated readme, added a few scripts and emoji sample data 2021-01-30 11:15:59 -06:00
lambdagolem
583312c32f
Fix the link to fehbg.nu 2021-01-30 16:22:06 +01:00
kubouch
2862585c9d Add some clarifications 2021-01-23 14:21:12 +02:00
kubouch
fc8ff85e7b Add fehbg.nu description to README
This also proposes a way to catalogue the scripts
2021-01-23 14:18:02 +02:00
Jonathan Turner
4931534f30
Update README.md 2021-01-23 07:38:19 +13:00
Jonathan Turner
0cc1abf9a1
Initial commit 2021-01-23 07:33:45 +13:00