File: keyword-mark.sh

package info (click to toggle)
geeqie 1%3A2.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,992 kB
  • sloc: cpp: 95,956; xml: 11,502; sh: 3,654; awk: 124; perl: 88; python: 80; makefile: 24
file content (29 lines) | stat: -rwxr-xr-x 1,232 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#! /bin/sh
#**********************************************************************
# Copyright (C) 2025 - The Geeqie Team
#
# Author: Colin Clark
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#**********************************************************************

## @file
## @brief List keyword-mark links
##
## Because this script uses the Geeqie configuration file, changes
## made during a session will not be listed until Geeqie closes and
## the config. file is updated.

awk -F '"' '/keyword.* mark/ {print $2, $6}' "$HOME"/.config/geeqie/geeqierc.xml | tr -d '"'