{"id":24304614,"url":"https://github.com/montefra/email_compare","last_synced_at":"2025-10-08T23:18:08.810Z","repository":{"id":24885285,"uuid":"28301363","full_name":"montefra/email_compare","owner":"montefra","description":"Haskell code to compare email lists stored in csv files","archived":false,"fork":false,"pushed_at":"2015-01-29T16:57:53.000Z","size":720,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T15:52:01.036Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/montefra.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":"2014-12-21T14:01:16.000Z","updated_at":"2015-06-01T16:18:29.000Z","dependencies_parsed_at":"2022-08-26T14:11:02.329Z","dependency_job_id":null,"html_url":"https://github.com/montefra/email_compare","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/montefra/email_compare","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/montefra%2Femail_compare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/montefra%2Femail_compare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/montefra%2Femail_compare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/montefra%2Femail_compare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/montefra","download_url":"https://codeload.github.com/montefra/email_compare/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/montefra%2Femail_compare/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000724,"owners_count":26082862,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"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":[],"created_at":"2025-01-17T01:41:05.022Z","updated_at":"2025-10-08T23:18:08.794Z","avatar_url":"https://github.com/montefra.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Extract emails from csv files and compare them\nAuthor: Francesco Montesano  \nemail: franz.bergesund@gmail.com  \nLicence: freeBSD [the licence file](LICENCE)\n\n##Dependences\n\n    Text.Regex.Posix\n\n##Compilation\n\nTo compile the code simply go to the `src` directory and type\n\n    ghc --make Main\n\nIf you get the following error\n\n    /path/to/bin/ld: cannot find -ltinfo\n\nmake sure to have the development version of libtinfo\n\nOn OpenSuse you can get it running\n\n    zypper install ncurses-devel\n\n##Synopsis\n\nThe code does provide an interactive console and no command line arguments.\nAfter starting the code with \n\n    /path/to/Main\nthe user is greeted by\n\n    Welcome!\n    For a list of available commands type 'help'\n    To exit type 'exit'\n    ~\u003e \n\nThe available commands are \n\n+ **help**: print this help\n+ **load tag filename**: load all the email addresses from\n    file *name* and attach them to *tag* keyword.\n    Existing tags will be silently overwritten.\n+ **diff tag1 tag2**: show the emails that are in *tag1*\n    but not in *tag2*\n+ **listtags**: list the tags already present\n+ **printall**: print the full dictionary\n+ **print tag**: print the content of tag\n+ **exit**: exit the program\n\n##Notes\n\nThis is my first attempt at Haskell, and in general to functional programming.\nSo I beg forgiveness for the style. But the code works.\nMy plan is to slowly keep improving the code. My dream is to get to a GUI.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmontefra%2Femail_compare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmontefra%2Femail_compare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmontefra%2Femail_compare/lists"}