Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for karma-aliasing #8

Open
dsprenkels opened this issue Nov 3, 2020 · 4 comments · May be fixed by #9
Open

Add support for karma-aliasing #8

dsprenkels opened this issue Nov 3, 2020 · 4 comments · May be fixed by #9

Comments

@dsprenkels
Copy link

dsprenkels commented Nov 3, 2020

Add support grouping terms together by using aliases.

Example:

<+Daan> }karma c++
<DaZeus> c++ has a karma of 13 (+19, -6)
<+Daan> }karma cpp
<DaZeus> cpp has a karma of 2 (+2, -0)
<+Daan> }karma-alias merge c++ cpp
<DaZeus> gouped together c++ and cpp
<+Daan> }karma c++
<DaZeus> c++ has a karma of 13 (+21, -6)
<+Daan> }karma-alias split c++
<DaZeus> ungrouped c++ and cpp
@dsprenkels
Copy link
Author

Cc @AaronVanGeffen

@Minnozz
Copy link
Contributor

Minnozz commented Nov 3, 2020

Maybe make them top level commands?

}karma-merge c++ cpp
}karma-split c++

I think those are easier to remember.

@Minnozz
Copy link
Contributor

Minnozz commented Nov 3, 2020

Another suggestion:

<+Daan> }karma c++
<DaZeus> c++, cpp have a grouped karma of 13 (+21, -6)

@AaronVanGeffen
Copy link
Member

AaronVanGeffen commented Nov 3, 2020

We probably also want to support denoting identifiers with quotes, like factoids:

<+Daan> }karma-merge "de speld" speld
<+Daan> }karma-split speld "de speld"

@dsprenkels dsprenkels linked a pull request Mar 16, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants