{"id":13564856,"url":"https://github.com/Ninroot/nacre","last_synced_at":"2025-04-03T21:32:04.193Z","repository":{"id":37797292,"uuid":"450513919","full_name":"Ninroot/nacre","owner":"Ninroot","description":"Intuitive Shell","archived":false,"fork":false,"pushed_at":"2022-06-27T15:15:54.000Z","size":428,"stargazers_count":35,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-05T22:46:36.384Z","etag":null,"topics":["intuitive","javascript","nodejs","shell"],"latest_commit_sha":null,"homepage":"https://nacre.sh","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ninroot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-21T14:03:28.000Z","updated_at":"2023-12-29T08:45:35.000Z","dependencies_parsed_at":"2022-06-23T15:42:54.299Z","dependency_job_id":null,"html_url":"https://github.com/Ninroot/nacre","commit_stats":null,"previous_names":["nacre-sh/nacre"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ninroot%2Fnacre","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ninroot%2Fnacre/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ninroot%2Fnacre/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ninroot%2Fnacre/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ninroot","download_url":"https://codeload.github.com/Ninroot/nacre/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223049548,"owners_count":17079546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["intuitive","javascript","nodejs","shell"],"created_at":"2024-08-01T13:01:37.079Z","updated_at":"2024-11-04T18:30:54.869Z","avatar_url":"https://github.com/Ninroot.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Nacre\n\n![version-beta](https://img.shields.io/badge/version-beta-yellow)\n\n[Nacre](https://nacre.sh/) is an **intuitive shell** designed for those who prefer to work with **objects** over text. [Want to give it a try?](https://nacre.sh/getting-started)\n\n## Builtins at your fingertips\n\nNavigate smoothly with preview, completion and your favorits builtins: `ls`, `cd`, `chmod`, `chown`, `stat`, `grep`, and [more](https://nacre.sh/docs#builtins).\n\n![builtins_black](https://user-images.githubusercontent.com/11426226/160006956-f44a6bf0-96f6-475c-93db-b42f1be230ba.gif)\n\n## Automatic module loading\n\nThe [auto-require](https://nacre.sh/getting-started#auto-require) mechanism imports your modules when you need it. Explicit import can also be done with `require()`.\n\n![import_back](https://user-images.githubusercontent.com/11426226/160008043-e1cfc744-182f-443c-b480-59372560abc2.gif)\n\n## Installation\n\nNacre relies on NodeJS version 18, so you must have it installed on your system. Follow their [installation instructions](https://nodejs.org/). Once this is done, install it using:\n\n```bash\nnpm install -g nacre\n```\n\nMore [details](https://nacre.sh/getting-started#installation) about the installation.\n\n## Example\n\nAn example is better than a long speech:\n```js\n\u003e ls()\n[ 'foo' ]\n\n\u003e touch('bar')\n'bar'\n\n\u003e ls()\n[ 'bar', 'foo' ]\n  \n// inspect foo's permissions\n\u003e chmod('foo')\n{\n  user: { read: true, write: true, execute: false },\n  group: { read: true, write: false, execute: false },\n  others: { read: true, write: false, execute: false }\n}\n\n\u003e chmod.add.execute.user('foo')\n{\n  user: { read: true, write: true, execute: true },\n  group: { read: true, write: false, execute: false },\n  others: { read: true, write: false, execute: false }\n}\n\n\u003e const perm = chmod('foo')\n\n// inspect the value of perm variable\n\u003e perm\n{\n  user: { read: true, write: true, execute: true },\n  group: { read: true, write: false, execute: false },\n  others: { read: true, write: false, execute: false }\n}\n\n// give bar the same permissions as foo \n\u003e chmod.set('bar', perm)\n{\n  user: { read: true, write: true, execute: true },\n  group: { read: true, write: false, execute: false },\n  others: { read: true, write: true, execute: false }\n}\n```\n\n## Available commands\n\nSee the [documentation](https://nacre.sh/docs).\n\n## Contributing\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md).\n\n## License\n\nMIT. See [LICENSE](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNinroot%2Fnacre","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNinroot%2Fnacre","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNinroot%2Fnacre/lists"}