{"id":17688085,"url":"https://github.com/sveinbjornt/stpathtextfield","last_synced_at":"2025-05-13T00:46:34.326Z","repository":{"id":9377857,"uuid":"11236210","full_name":"sveinbjornt/STPathTextField","owner":"sveinbjornt","description":"Subclass of NSTextField that supports shell and browser-style path autocompletion","archived":false,"fork":false,"pushed_at":"2017-03-05T16:01:57.000Z","size":76,"stargazers_count":21,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-13T00:46:28.848Z","etag":null,"topics":["autocomplete-styles","autocompletion","expansion","macos","nstextfield","objective-c","osx","path"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sveinbjornt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-07T16:32:22.000Z","updated_at":"2024-01-01T15:58:37.000Z","dependencies_parsed_at":"2022-09-13T18:50:37.797Z","dependency_job_id":null,"html_url":"https://github.com/sveinbjornt/STPathTextField","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sveinbjornt%2FSTPathTextField","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sveinbjornt%2FSTPathTextField/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sveinbjornt%2FSTPathTextField/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sveinbjornt%2FSTPathTextField/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sveinbjornt","download_url":"https://codeload.github.com/sveinbjornt/STPathTextField/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253850874,"owners_count":21973671,"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":["autocomplete-styles","autocompletion","expansion","macos","nstextfield","objective-c","osx","path"],"created_at":"2024-10-24T11:43:20.800Z","updated_at":"2025-05-13T00:46:34.306Z","avatar_url":"https://github.com/sveinbjornt.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# STPathTextField - Objective C class\n\nSTPathTextField is a subclass of NSTextField for receiving and displaying a file system path.  It supports path validation and autocompletion. Autocompletion can use \"web browser\" style - i.e. expansion and selection, or shell autocompletion style - i.e. tab-expansion.\n\nTo use STPathTextField, just add a text field to a window in a nib file, and set its class to STPathTextField.\n\nDefault properties of an STPathTextField are the following:\n\n```objective-c\nautocompleteStyle = STNoAutocomplete;\ncolorInvalidPath = YES;\nfoldersAreValid = NO;\nexpandTildeInPath = YES;\n```\n\nThere are three autocomplete styles:\n\n```objective-c\ntypedef enum\n{\n    STNoAutocomplete = 0,\n    STShellAutocomplete = 1,\n    STBrowserAutocomplete = 2\n} \nSTPathTextFieldAutocompleteStyle;\n\n```\n\n## Screenshot of example app\n\n\u003cimg src=\"screenshot.png\"\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsveinbjornt%2Fstpathtextfield","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsveinbjornt%2Fstpathtextfield","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsveinbjornt%2Fstpathtextfield/lists"}