Skip to content

Onefetch languages checklist #34

@spenserblack

Description

@spenserblack

Note

I've been pinging a lot of onefetch contributors for help with languages I'm unfamiliar with. If anyone finds this annoying, please let me know. 🙂

This is the list of languages supported by onefetch, as of when this issue was created. This tool should support most of these in order to replace tokei.

Made with:

#!/usr/bin/env ruby
require 'yaml'

filepath = ARGV[0]

langs = YAML.load_file(filepath)

langs.keys.each do |lang|
  puts "- [ ] #{lang}"
end
script.rb path/to/onefetch/languages.yaml

Languages added later

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions