{"id":19151842,"url":"https://github.com/rudojaksa/llast","last_synced_at":"2026-06-20T11:32:26.629Z","repository":{"id":188137248,"uuid":"163772290","full_name":"rudojaksa/llast","owner":"rudojaksa","description":"list last modified files","archived":false,"fork":false,"pushed_at":"2019-01-01T23:39:14.000Z","size":62,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-22T21:14:07.290Z","etag":null,"topics":["fileutils"],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rudojaksa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-01-01T22:54:53.000Z","updated_at":"2020-12-31T20:18:01.000Z","dependencies_parsed_at":"2023-08-13T23:30:24.294Z","dependency_job_id":"f0659b3a-baa9-4fdc-abc2-42978380a459","html_url":"https://github.com/rudojaksa/llast","commit_stats":null,"previous_names":["rudojaksa/llast"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rudojaksa/llast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudojaksa%2Fllast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudojaksa%2Fllast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudojaksa%2Fllast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudojaksa%2Fllast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rudojaksa","download_url":"https://codeload.github.com/rudojaksa/llast/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudojaksa%2Fllast/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34568741,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["fileutils"],"created_at":"2024-11-09T08:15:49.640Z","updated_at":"2026-06-20T11:32:26.614Z","avatar_url":"https://github.com/rudojaksa.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"### NAME\nllast - list last modified files\n\n### USAGE\n        llast [OPTIONS] FILE|DIR ...\n\n### DESCRIPTION\nList files and symlinks with the ISO 8601 timestamp in the order\nof the last modification (last=first).  It is ls-wrapper preserving\nthe coloring of filenames.  For Linux and Mac.\n\n\u003cp align=center\u003e\u003cimg src=test/sshot/1.png width=580\u003e\u003c/p\u003e\n\n### OPTIONS\n          -h  This help.\n          -v  Verbose execution using STDERR.\n          -l  Long output (now alias for -sm)\n          -8  Print only the first 8 files.\n         -nc  No-colors output.\n        -md5  Include md5 column.\n         -lo  Look into locate database.\n\n### SCOPE\n        By default, recursive list of files and symlinks is provided.  Symlinks\n        are not followed.  Paths searched by -p or -re might start with the \"./\",\n        depending on the requested starting FILE/DIR.  Default start dir is \".\".\n    \n          -d  Print directories too.\n          -f  Files only (no symlinks).\n    \n      -n PAT  Filename glob pattern (e.g. *.c), more -n are or-combined.\n      -p PAT  Path glob pattern.  The -n and -p are and-combined.\n     -re PAT  Path regex pattern.\n     -np PAT  Skip directory-path.\n    -nre PAT  Skip regex directory-paths.\n          -i  Case insensitiveness for regex and glob.\n    \n         -nr  No recursion (same as -r1)\n         -r2  Max recursion 2 (-r0 means not even this directory).\n       -r2-3  Recursion from level 2 to 3.\n        -r=2  Only level 2 paths.\n\n### TIME\n        Sub-second precision of time is used for the ordering of files,\n        unless the -min switch is used, but only the minutes precision\n        is printed by default.\n    \n        -min  Use only minutes precision (skip seconds).\n        -sec  Print seconds too.\n        -sub  Print sub-seconds.\n      -epoch  Print UNIX epoch time.\n         -nt  Don't print time.\n\n### SIZE\n        Output filesize delimiters are: k for kilo or kibi, M for mega\n        or mebi, G for giga or gibi.\n    \n          -s  Print file-size.\n         -sk  Print file-size in kibibytes (KiB).\n         -sm  In mebibytes (MiB).\n         -sg  In gibibytes (GiB).\n        -met  Metric output (1000-based MB, not 1024-based MiB).\n         -sK  Metric output (also -sM -sG).\n        -sk0  Integer output, no decimals (also -sm0 -sg0 -sK0 -sM0 -sG0).\n\n### ORDER\n        By default, newest items are listed first.  Multiple sorting criteria\n        can be used, they are combined according to the rank.\n    \n          +t  Time order (default).\n          +s  Size order.\n          +a  Alphabetical order.\n\n### INSTALL\n        To install copy the llast and ll into your /bin directory.\n\n### VERSION\nllast.0.2 (c) R.Jaksa 2018 GPLv3\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudojaksa%2Fllast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frudojaksa%2Fllast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudojaksa%2Fllast/lists"}