{"id":16833968,"url":"https://github.com/goswinr/fesher","last_synced_at":"2025-04-10T06:40:39.730Z","repository":{"id":257791804,"uuid":"860489591","full_name":"goswinr/Fesher","owner":"goswinr","description":"A library for colorful console output in the F# scripting editor Fesh","archived":false,"fork":false,"pushed_at":"2024-10-29T19:06:36.000Z","size":148,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-29T21:18:54.940Z","etag":null,"topics":["avalonedit","fesh","fsharp","fsharp-interactive","fsi","pretty-print"],"latest_commit_sha":null,"homepage":"","language":"F#","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/goswinr.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-20T14:29:10.000Z","updated_at":"2024-10-29T19:06:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"b91eb56e-2b94-41e1-8415-b9d36bb83541","html_url":"https://github.com/goswinr/Fesher","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.125,"last_synced_commit":"d8e5e9438638adc307c82dde0564e9492572da0c"},"previous_names":["goswinr/fesher"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goswinr%2FFesher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goswinr%2FFesher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goswinr%2FFesher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goswinr%2FFesher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goswinr","download_url":"https://codeload.github.com/goswinr/Fesher/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248172797,"owners_count":21059590,"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":["avalonedit","fesh","fsharp","fsharp-interactive","fsi","pretty-print"],"created_at":"2024-10-13T12:00:24.072Z","updated_at":"2025-04-10T06:40:39.722Z","avatar_url":"https://github.com/goswinr.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![Logo](https://raw.githubusercontent.com/goswinr/Fesher/main/Docs/logo128.png)\n# Fesher\n\n[![Fesher on nuget.org](https://img.shields.io/nuget/v/Fesher)](https://www.nuget.org/packages/Fesher/)\n[![Build Status](https://github.com/goswinr/Fesher/actions/workflows/build.yml/badge.svg)](https://github.com/goswinr/Fesher/actions/workflows/build.yml)\n![code size](https://img.shields.io/github/languages/code-size/goswinr/Fesher.svg)\n[![license](https://img.shields.io/github/license/goswinr/Fesher)](LICENSE)\n\n\nFesher is a library for colorful console output in the F# scripting editor [Fesh](https://github.com/goswinr/Fesh)\n\nIt has two modules `Printfn` and `Printf` providing functions named by a color.\u003cbr\u003e\nThose functions work just like the `printfn` and `printf`.\u003cbr\u003e\nThey will detect via reflection if they are running inside Fesh and print in the respective colors.\u003cbr\u003e\nIf used outside of Fesh it will just fall back to `printfn` and `printf`.\n\nThe module `Fesher.AllColors` provides [all 280 named WPF colors](https://learn.microsoft.com/en-us/dotnet/api/system.windows.media.colors) as functions.\n\nThe function 'clearFeshLog()' will clear the Fesh log window.\n\n### Usage\n\n```fsharp\n#r \"nuget: Fescher\"\nopen Fesher // for the 18 most common colors, clearFeshLog and setClipboard\n//open Fesher.AllColors // for all 280 named WPF colors\n\nclearFeshLog() //optionally clear log window\nPrintfn.red \"The red answer is %s!\" 42\n```\n\n![Screenshot](https://raw.githubusercontent.com/goswinr/Fesher/main/Docs/screen.png)\n\n\n### License\n[MIT](https://raw.githubusercontent.com/goswinr/Fesher/main/LICENSE.md)\n\n### Changelog\nsee [CHANGELOG.md](https://github.com/goswinr/Fesher/blob/main/CHANGELOG.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoswinr%2Ffesher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoswinr%2Ffesher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoswinr%2Ffesher/lists"}