Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Commit

Permalink
added falkon fixes graysky2#24
Browse files Browse the repository at this point in the history
  • Loading branch information
graysky2 committed Mar 10, 2018
1 parent 0f2d1a6 commit 09d799f
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2016 graysky
Copyright (c) 2013-2018 graysky

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 2.36
VERSION = 2.37
PN = profile-cleaner

PREFIX ?= /usr
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Use profile-cleaner to reduce the size of browser profiles by organizing their s
* Aurora
* Chromium (stable, beta, and dev)
* Conkeror
* Falkon
* Firefox (stable, beta, and aurora)
* Google-chrome (stable, beta, and dev)
* Heftig's version of Aurora (https://bbs.archlinux.org/viewtopic.php?id=117157)
Expand Down
7 changes: 7 additions & 0 deletions common/profile-cleaner.in
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,12 @@ case "$1" in
do_xulbased
exit 0
;;
FA|fa|Fa)
name="falkon"; export name
prepath=$HOME/.config/$name/profiles
do_dbbased
exit 0
;;
GC|gc|GCB|gcb|GCD|gcd|GCU|gcu)
for name in google-chrome google-chrome-beta google-chrome-unstable; do
export name
Expand Down Expand Up @@ -317,6 +323,7 @@ case "$1" in
echo
echo -e " ${BLD}c) ${GRN}c${NRM}${BLD}hromium (stable, beta, and dev)${NRM}"
echo -e " ${BLD}f) ${GRN}f${NRM}${BLD}irefox (stable and beta)${NRM}"
echo -e " ${BLD}fa) ${GRN}fa${NRM}${BLD}lkon${NRM}"
echo -e " ${BLD}gc) ${GRN}g${NRM}${BLD}oogle-${GRN}c${NRM}${BLD}hrome (stable, beta, and dev)${NRM}"
echo -e " ${BLD}o) ${GRN}o${NRM}${BLD}pera (stable, next, and developer)${NRM}"
echo
Expand Down
1 change: 1 addition & 0 deletions common/zsh-completion
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ _pc() {
local -a options

options=('c:Chromium (stable, beta, and dev)'
'fa:Falkon'
'f:Firefox (stable and beta)'
'gc:Google-Chrome (stable, beta, and dev)'
'o:Opera (stable, next, and developer)'
Expand Down
6 changes: 5 additions & 1 deletion doc/pc.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Text automatically generated by txt2man
.TH profile-cleaner 1 "25 July 2015" "" ""
.TH profile-cleaner 1 "09 March 2018" "" ""
.SH NAME
\fBprofile-cleaner \fP- Reduce the size of browser and some email program's profiles by organizing their sqlite databases using sqlite3's vacuum and reindex functions. The term "browser" is used loosely since profile-cleaner happily works on some email clients and newsreaders too.
\fB
Expand Down Expand Up @@ -29,6 +29,10 @@ f
Clean firefox's \fBprofile\fP(s)*
.TP
.B
fa
Clean falkon's profile
.TP
.B
gc
Clean google-chrome's profile
.TP
Expand Down

0 comments on commit 09d799f

Please sign in to comment.