{"id":16476360,"url":"https://github.com/softprops/unplanned","last_synced_at":"2025-03-23T11:32:57.987Z","repository":{"id":1328225,"uuid":"1273790","full_name":"softprops/unplanned","owner":"softprops","description":"instant http","archived":false,"fork":false,"pushed_at":"2012-05-09T23:44:28.000Z","size":98,"stargazers_count":21,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T12:00:05.685Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Scala","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/softprops.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}},"created_at":"2011-01-20T06:23:18.000Z","updated_at":"2017-06-08T03:35:48.000Z","dependencies_parsed_at":"2022-08-16T13:10:10.365Z","dependency_job_id":null,"html_url":"https://github.com/softprops/unplanned","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Funplanned","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Funplanned/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Funplanned/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Funplanned/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softprops","download_url":"https://codeload.github.com/softprops/unplanned/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245097158,"owners_count":20560311,"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":[],"created_at":"2024-10-11T12:42:11.792Z","updated_at":"2025-03-23T11:32:57.680Z","avatar_url":"https://github.com/softprops.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# unplanned\n\nMy simple answer to `python -m SimpleHTTPServer` using [unfiltered](https://github.com/n8han/Unfiltered/)\n\n## install\n\nCreate a [conscript](https://github.com/n8han/conscript/#README)\n\n    cs softprops/unplanned\n\nThis will create an executable called `up` in `~/usr/bin`\n\nor you can go old school and create a self contained executable by hand\n\n    git clone git://github.com/softprops/unplanned.git \u0026\u0026 cd unplanned\n    sbt update assembly\n    cp target/scala_2.8.1/unplanned.jar path/to/somewhere/in/$PATH\n    # put it in a shell script\n    echo 'java -Xmx512M -jar `dirname $0`/unplanned.jar \"$@\"' \u003e path/to/somewhere/in/$PATH/up\n\n## usage\n\nserve anything from anywhere\n\n    cd path/to/anywhere/\n    up\n\nThis will start an http server serving static content from your current directory* on `0.0.0.0:{the_next_available_port}`\n\n    cd path/to/anywhere/\n    up -p 1234\n\nThis will start an http server the same as above but with an explicit port `1234`\n\n* The directory must be writable. The unplanned server writes an empty temp file in the current working directory called `.here` for context\n\ndoug tangren (softprops) 2011\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftprops%2Funplanned","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftprops%2Funplanned","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftprops%2Funplanned/lists"}